将report和log从同一个controller里面分开来
This commit is contained in:
16
src/main/java/com/nis/web/service/restful/NtcLogService.java
Normal file
16
src/main/java/com/nis/web/service/restful/NtcLogService.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package com.nis.web.service.restful;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.nis.web.service.BaseLogService;
|
||||
|
||||
/**
|
||||
* @Description:TODO(这里用一句话描述这个类的作用)
|
||||
* @author (zdx)
|
||||
* @date 2018年7月10日 上午9:47:39
|
||||
* @version V1.0
|
||||
*/
|
||||
@Service
|
||||
public class NtcLogService extends BaseLogService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user