添加文件传输管理-P2P日志查询接口

This commit is contained in:
zhangdongxu
2018-08-07 11:41:49 +08:00
parent 95b947dd6f
commit 90f614dd22
4 changed files with 99 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
package com.nis.domain.restful;
import com.nis.domain.LogEntity;
/**
*
* @ClassName:NtcP2pLog
* @Description:TODO(这里用一句话描述这个类的作用)
* @author (zdx)
* @date 2018年8月7日 上午9:23:52
* @version V1.0
*/
public class NtcP2pLog extends LogEntity<NtcP2pLog> {
private static final long serialVersionUID = -8085222950278735219L;
}