| 123456789101112131415161718192021222324 |
- /*
- * 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: 2025-11-21 10:24:13
- */
- dependencies {
- // 公共基础包
- implementation project(':nckd-base-common')
- implementation project(':nckd-base-helper')
- //
- // 引入fi云模块
- implementation project(':nckd-fi')
- // 引入hr云模块
- implementation project(':nckd-hr')
- // 引入pur云模块
- implementation project(':nckd-pur')
- }
|