update mes报警标准加列

master
yinq 5 days ago
parent 942a5e1d69
commit 6c2e8d221c

@ -72,6 +72,21 @@ public class ProdVulcAlarmStandard extends TenantEntity {
*/ */
private String remark; private String remark;
/**
*
*/
private String dataType;
/**
*
*/
private String pointAddress;
/**
*
*/
private Long stepTime;
/** /**
* 0 2 * 0 2
*/ */

@ -91,4 +91,19 @@ public class ProdVulcAlarmStandardBo extends BaseEntity {
* *
*/ */
private String stepName; private String stepName;
/**
*
*/
private String dataType;
/**
*
*/
private String pointAddress;
/**
*
*/
private Long stepTime;
} }

@ -96,6 +96,25 @@ public class ProdVulcAlarmStandardVo implements Serializable {
@ExcelProperty(value = "备注") @ExcelProperty(value = "备注")
private String remark; private String remark;
/**
*
*/
@ExcelProperty(value = "数据类型", converter = ExcelDictConvert.class)
@ExcelDictFormat(dictType = "machine_data_type")
private String dataType;
/**
*
*/
@ExcelProperty(value = "地址")
private String pointAddress;
/**
*
*/
@ExcelProperty(value = "频率")
private Long stepTime;
/** /**
* *
*/ */

Loading…
Cancel
Save