Browse Source
# Conflicts: # epmet-module/gov-issue/gov-issue-client/src/main/java/com/epmet/feign/GovIssueOpenFeignClient.java # epmet-module/gov-issue/gov-issue-server/src/main/java/com/epmet/controller/IssueAuditController.javadev_shibei_match
7 changed files with 37 additions and 13 deletions
@ -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