zhongcaiguoji/code/zcgj-cosmic-debug/build.gradle

19 lines
617 B
Groovy
Raw Normal View History

2024-11-22 03:38:48 +00:00
/*
* This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
* If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
* Website: https://developer.kingdee.com/developer?productLineId=29
* Author: liebin.zheng
* Generate Date: 2024-11-22 11:26:47
*/
dependencies {
// 公共基础包
implementation project(':zcgj-zcdev-base-common')
implementation project(':zcgj-zcdev-base-helper')
// 引入zcdev云 - fs应用模块
implementation project(':zcgj-zcdev-zcdev-fs')
}