forked from I3-YF/i3plus-mes-pcn-yfai
init pcn
parent
5d78b0b068
commit
da209d5551
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.api.base;
|
||||
|
||||
public class TestBaseApi {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.api.busi;
|
||||
|
||||
public class TestBusiApi {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.api.job;
|
||||
|
||||
public class TestJobApi {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.controller.base;
|
||||
|
||||
public class TestBaseController {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.controller.busi;
|
||||
|
||||
public class TestBusiController {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.dao;
|
||||
|
||||
public class TestDao {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.daoimpl;
|
||||
|
||||
public class TestDaoImpl {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.serviceimpl.base;
|
||||
|
||||
public class TestBaseService {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.apiservice.serviceimpl.busi;
|
||||
|
||||
public class TestBusiService {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.pojo.model;
|
||||
|
||||
public class TestModel {
|
||||
}
|
Loading…
Reference in New Issue