1234567891011121314151617 |
- /*
- * 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-06-20 15:37:53
- */
- dependencies {
- // 公共基础包
- implementation project(':q1k2-base-common')
- implementation project(':q1k2-base-helper')
- // 引入study云模块
- implementation project(':q1k2-study')
- // 引入培训云模块
- implementation project(':q1k2-pxlx')
- }
|