123456789101112131415161718 |
- /*
- * 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-03-01 12:08:14
- */
- dependencies {
- // 公共基础包
- implementation project(':nckd-wnq01-base-common')
- implementation project(':nckd-wnq01-base-helper')
- // 引入wnq云 - scm应用模块
- implementation project(':nckd-wnq01-wnq-scm')
-
- }
|