fix(log):日志检索模块,删除历史activesys ,修改logSource数据类型为int。增加NTC_IP_LOG 日志检索测试服务接口。后续删除历史遗留日志检索功能及其相关对象
This commit is contained in:
12
src/main/java/com/nis/domain/restful/NtcIpLog.java
Normal file
12
src/main/java/com/nis/domain/restful/NtcIpLog.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.LogEntity;
|
||||
|
||||
/**
|
||||
* Created by darnell on 2018/6/10.
|
||||
*/
|
||||
public class NtcIpLog extends LogEntity<NtcIpLog> {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 1325588394265592830L;
|
||||
}
|
||||
Reference in New Issue
Block a user