添加App和DDos日志查询接口

This commit is contained in:
zhangdongxu
2018-07-06 09:06:08 +08:00
parent 0a67a013cd
commit 6f23ea08b9
5 changed files with 276 additions and 17 deletions

View 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;
}