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

13 lines
238 B
Java
Raw Normal View History

package com.nis.domain.restful;
import com.nis.domain.LogEntity;
/**
* Created by darnell on 2018/6/10.
*/
public class NtcIpLog extends LogEntity<NtcIpLog> {
private static final long serialVersionUID = 1325588394265592830L;
}