基础初始化数据

master
huangchao 6 years ago
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);
}
}
Loading…
Cancel
Save