异常事件展示

This commit is contained in:
xy
2024-09-14 16:02:08 +08:00
parent b2da20cf62
commit d5ad4a81c8
6 changed files with 81 additions and 0 deletions

View File

@@ -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;
}