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/NtcAppLog.java

16 lines
364 B
Java
Raw Normal View History

2018-07-06 09:06:08 +08:00
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;
}