123456789101112131415161718 |
- /*
- * This file was generated by the Gradle 'init' task.
- *
- * This project uses @Incubating APIs which are subject to change.
- */
- plugins {
- id 'com.ruoyi.java-library'
- id 'com.ruoyi.kotlin-library'
- }
- dependencies {
- api project(':ruoyi-common')
- api project(':ruoyi-community')
- implementation 'io.swagger:swagger-models'
- }
- group = 'cc-lotus.ruoyi'
- description = 'biz-discount 折扣金管理模块'
|