添加service
This commit is contained in:
		
							
								
								
									
										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 { | ||||
| } | ||||
		Reference in New Issue
	
	Block a user