From 299b1469c9f19c1d45948bcc050aa37c86c965cd Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期五, 13 六月 2025 17:53:07 +0800 Subject: [PATCH] mdc设备添加图片,设备监控、大屏修改设备图片来源及添加设备状态为故障的类型 --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutboundOrder.java | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutboundOrder.java b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutboundOrder.java index 4520bf9..d8c9232 100644 --- a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutboundOrder.java +++ b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutboundOrder.java @@ -5,6 +5,8 @@ import java.util.Date; import com.baomidou.mybatisplus.annotation.*; +import liquibase.pro.packaged.E; +import lombok.experimental.Accessors; import org.jeecgframework.poi.excel.annotation.Excel; import lombok.Data; import com.fasterxml.jackson.annotation.JsonFormat; @@ -20,6 +22,7 @@ * @Version: V1.0 */ @Data +@Accessors(chain = true) @TableName("tms_outbound_order") @ApiModel(value="tms_outbound_order瀵硅薄", description="tms_outbound_order") public class OutboundOrder implements Serializable { @@ -98,6 +101,42 @@ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") private String remark; + /**鍑嗗鍗曠紪鍙�*/ + @Excel(name = "鍑嗗鍗曠紪鍙�", width = 15) + @ApiModelProperty(value = "鍑嗗鍗曠紪鍙�") + private String preparationOrderId; + /**闆朵欢鍥惧彿*/ + @Excel(name = "闆朵欢鍥惧彿", width = 15) + @ApiModelProperty(value = "闆朵欢鍥惧彿") + private String partDrawingNo; + /**闆朵欢鍚嶇О*/ + @Excel(name = "闆朵欢鍚嶇О", width = 15) + @ApiModelProperty(value = "闆朵欢鍚嶇О") + private String partName; + /**闆朵欢鏉愭枡*/ + @Excel(name = "闆朵欢鏉愭枡", width = 15) + @ApiModelProperty(value = "闆朵欢鏉愭枡") + private String partMaterial; + /**鍔犲伐鎵规*/ + @Excel(name = "宸ュ簭锛堝伐姝ュ彿锛�", width = 15) + @ApiModelProperty(value = "宸ュ簭锛堝伐姝ュ彿锛�") + private String productionProcessesNo; + /**鍔犲伐鎵规*/ + @Excel(name = "鍔犲伐鎵规", width = 15) + @ApiModelProperty(value = "鍔犲伐鎵规") + private String batchCode; + /**鍔犲伐鏁伴噺*/ + @Excel(name = "鍔犲伐鏁伴噺", width = 15) + @ApiModelProperty(value = "鍔犲伐鏁伴噺") + private String machiningCount; + /**鍔犲伐璁惧*/ + @Excel(name = "鍔犲伐璁惧", width = 15) + @ApiModelProperty(value = "鍔犲伐璁惧") + private String equipmentCode; + /**绋嬪簭鍚�*/ + @Excel(name = "绋嬪簭鍚�", width = 15) + @ApiModelProperty(value = "绋嬪簭鍚�") + private String ncName; /**绉熸埛鍙�*/ @Excel(name = "绉熸埛鍙�", width = 15) @ApiModelProperty(value = "绉熸埛鍙�") -- Gitblit v1.9.3