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

21 lines
719 B
Groovy
Raw Permalink Normal View History

/*
* 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')
// 引入zcdev云 pr应用模块
implementation project(':zcgj-zcdev-zcdev-pr')
}