19 lines
		
	
	
		
			597 B
		
	
	
	
		
			Groovy
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			597 B
		
	
	
	
		
			Groovy
		
	
	
	
/*
 | 
						|
 * 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-10-25 13:35:51
 | 
						|
 */
 | 
						|
 | 
						|
dependencies {
 | 
						|
 | 
						|
	// 公共基础包
 | 
						|
	implementation project(':shkd-base-common')
 | 
						|
	implementation project(':shkd-base-helper')
 | 
						|
 | 
						|
	// 引入sys云 - sys应用模块
 | 
						|
	implementation project(':shkd-sys-sys')
 | 
						|
	
 | 
						|
} 
 |