update mes步序加数据类型字段

master
yinq 2 weeks ago
parent d01bf7fbd5
commit 336861f05d

@ -67,6 +67,11 @@ public class ProdTechnologyStepInfo extends TenantEntity {
*/ */
private String remark; private String remark;
/**
*
*/
private String dataType;
/** /**
* 0 2 * 0 2
*/ */

@ -58,6 +58,11 @@ public class ProdTechnologyStepInfoBo extends BaseEntity {
*/ */
private String valueState; private String valueState;
/**
*
*/
private String dataType;
/** /**
* 1 0 * 1 0
*/ */

@ -70,6 +70,12 @@ public class ProdTechnologyStepInfoVo implements Serializable {
@ExcelProperty(value = "阀门状态") @ExcelProperty(value = "阀门状态")
private String valueState; private String valueState;
/**
*
*/
@ExcelProperty(value = "数据类型")
private String dataType;
/** /**
* 1 0 * 1 0
*/ */

Loading…
Cancel
Save