13 lines
238 B
Java
13 lines
238 B
Java
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;
|
|
}
|