代码提交
This commit is contained in:
@@ -33,6 +33,10 @@ public class CommonStatisticalQueryParam {
|
||||
@ApiModelProperty(value = "结束时间")
|
||||
private String endTime;
|
||||
|
||||
private String process;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -97,4 +97,10 @@ public class CsEventPO extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "location")
|
||||
private String location;
|
||||
/**
|
||||
* 用于数据控制 1:设备登记,2:功能调试,3:出厂调试 4:设备投运)
|
||||
*/
|
||||
@TableField(value = "process")
|
||||
private String process;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user