添加文件传输管理-P2P日志查询接口
This commit is contained in:
17
src/main/java/com/nis/domain/restful/NtcP2pLog.java
Normal file
17
src/main/java/com/nis/domain/restful/NtcP2pLog.java
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user