16 lines
364 B
Java
16 lines
364 B
Java
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;
|
|
}
|