异常事件展示
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.njcn.zlevent.pojo.param;
|
||||
|
||||
import com.njcn.web.pojo.param.BaseParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author xy
|
||||
*/
|
||||
@Data
|
||||
public class ErrorEventParam extends BaseParam {
|
||||
|
||||
private String nDid;
|
||||
|
||||
private String startTime;
|
||||
|
||||
private String endTime;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user