18 lines
369 B
Java
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;
|
|
|
|
}
|