This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-argus-service/src/main/java/com/nis/domain/restful/NtcP2pLog.java
2018-08-07 11:41:49 +08:00

18 lines
369 B
Java

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