目录层次结构调整
This commit is contained in:
parent
0ac3365973
commit
28b2160a65
|
@ -1,14 +0,0 @@
|
||||||
/*
|
|
||||||
* 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 {
|
|
||||||
api project(':shkd-base-common')
|
|
||||||
api project(':shkd-base-helper')
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package shkd.sys.sys.business;
|
package sys.business;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
|
@ -5,7 +5,7 @@
|
||||||
* Author: liebin.zheng
|
* Author: liebin.zheng
|
||||||
* Generate Date: 2024-10-25 13:35:51
|
* Generate Date: 2024-10-25 13:35:51
|
||||||
*/
|
*/
|
||||||
package shkd.sys.sys.common;
|
package sys.common;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sys云sys应用-通用常量类<br>
|
* sys云sys应用-通用常量类<br>
|
Loading…
Reference in New Issue