forked from rongchao/epmet-cloud-rizhao
				
			
				 3 changed files with 41 additions and 0 deletions
			
			
		| @ -0,0 +1,16 @@ | |||
| package com.epmet.controller; | |||
| 
 | |||
| import org.springframework.web.bind.annotation.RequestMapping; | |||
| import org.springframework.web.bind.annotation.RestController; | |||
| 
 | |||
| /** | |||
|  * @Author zxc | |||
|  * @DateTime 2020/11/18 下午5:41 | |||
|  */ | |||
| @RestController | |||
| @RequestMapping("issueaudit") | |||
| public class IssueAuditController { | |||
| 
 | |||
| 
 | |||
| 
 | |||
| } | |||
| @ -0,0 +1,8 @@ | |||
| package com.epmet.service; | |||
| 
 | |||
| /** | |||
|  * @Author zxc | |||
|  * @DateTime 2020/11/18 下午5:42 | |||
|  */ | |||
| public interface IssueAuditService { | |||
| } | |||
| @ -0,0 +1,17 @@ | |||
| package com.epmet.service.impl; | |||
| 
 | |||
| import com.epmet.service.IssueAuditService; | |||
| import lombok.extern.slf4j.Slf4j; | |||
| import org.springframework.stereotype.Service; | |||
| 
 | |||
| /** | |||
|  * @Author zxc | |||
|  * @DateTime 2020/11/18 下午5:42 | |||
|  */ | |||
| @Service | |||
| @Slf4j | |||
| public class IssueAuditServiceImpl implements IssueAuditService { | |||
| 
 | |||
| 
 | |||
| 
 | |||
| } | |||
					Loading…
					
					
				
		Reference in new issue