基础初始化数据
parent
a7860fb079
commit
9379f03444
@ -0,0 +1,15 @@
|
|||||||
|
package init;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 组织数据初始化
|
||||||
|
* Created by hc on 2020/4/21
|
||||||
|
*/
|
||||||
|
public class OrganizationInit {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
package test;
|
||||||
|
|
||||||
|
import com.kiisoo.ic.app.IcApplication;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by hc on 2020/4/16
|
||||||
|
*/
|
||||||
|
public class AppStart {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
IcApplication.main(args);
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue