update 机台信息增加入库类型

master
yinq 3 months ago
parent cb3ba15c69
commit ce11f85c6d

@ -128,6 +128,11 @@ public class ProdBaseMachineInfo extends TenantEntity {
@TableLogic
private String delFlag;
/**
* 1 2
*/
private String instockType;
/**
*
*/

@ -140,5 +140,10 @@ public class ProdBaseMachineInfoBo extends BaseEntity {
@ExcelProperty(value = "请求间隔")
private Long requestInterval;
/**
* 1 2
*/
private String instockType;
private List<ProdBaseMachineProcess> baseMachineProcessList;
}

@ -197,6 +197,13 @@ public class ProdBaseMachineInfoVo implements Serializable {
@ExcelProperty(value = "设备模型名称")
private String deviceModeName;
/**
* 1 2
*/
@ExcelProperty(value = "入库类型", converter = ExcelDictConvert.class)
@ExcelDictFormat(dictType = "mes_instock_type")
private String instockType;
private List<ProdBaseMachineProcess> baseMachineProcessList;
}

Loading…
Cancel
Save