添加service
This commit is contained in:
parent
1ce56cbc88
commit
c4a2d5fda0
4
src/main/java/com/xkrs/newpro/service/QcItemService.java
Normal file
4
src/main/java/com/xkrs/newpro/service/QcItemService.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.xkrs.newpro.service;
|
||||
|
||||
public interface QcItemService {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.xkrs.newpro.service;
|
||||
|
||||
public interface QcSourceService {
|
||||
}
|
4
src/main/java/com/xkrs/newpro/service/QcSpecService.java
Normal file
4
src/main/java/com/xkrs/newpro/service/QcSpecService.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.xkrs.newpro.service;
|
||||
|
||||
public interface QcSpecService {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.xkrs.newpro.service.impl;
|
||||
|
||||
import com.xkrs.newpro.service.QcItemService;
|
||||
|
||||
public class QcItemServiceImpl implements QcItemService {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.xkrs.newpro.service.impl;
|
||||
|
||||
import com.xkrs.newpro.service.QcSourceService;
|
||||
|
||||
public class QcSourceServiceImpl implements QcSourceService {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.xkrs.newpro.service.impl;
|
||||
|
||||
import com.xkrs.newpro.service.QcSpecService;
|
||||
|
||||
public class QcSpecServiceImpl implements QcSpecService {
|
||||
}
|
Loading…
Reference in New Issue
Block a user