添加App和DDos日志查询接口
This commit is contained in:
15
src/main/java/com/nis/domain/restful/NtcAppLog.java
Normal file
15
src/main/java/com/nis/domain/restful/NtcAppLog.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.LogEntity;
|
||||
|
||||
/**
|
||||
* @ClassName:NtcAppLog
|
||||
* @Description:TODO(这里用一句话描述这个类的作用)
|
||||
* @author (zdx)
|
||||
* @date 2018年7月5日 下午6:21:55
|
||||
* @version V1.0
|
||||
*/
|
||||
public class NtcAppLog extends LogEntity<NtcAppLog> {
|
||||
|
||||
private static final long serialVersionUID = -1186780816038898916L;
|
||||
}
|
||||
Reference in New Issue
Block a user