From 401da88caef79968c8c0b1cb15487c4a554761ec Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期三, 23 十月 2024 14:37:04 +0800 Subject: [PATCH] 测试环境暂时注释 --- src/main/java/com/zy/asrs/entity/WrkMast.java | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index f33acd0..eb9c34b 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/src/main/java/com/zy/asrs/entity/WrkMast.java @@ -65,6 +65,20 @@ @TableField("crn_no") private Integer crnNo; + /** + * 绌挎杞� + */ + @ApiModelProperty(value= "绌挎杞�") + @TableField("shuttle_no") + private Integer shuttleNo; + + /** + * 杈圭紭搴撲綅 + */ + @ApiModelProperty(value= "杈圭紭搴撲綅") + @TableField("out_most") + private Integer outMost; + @ApiModelProperty(value= "") @TableField("sheet_no") private String sheetNo; @@ -321,6 +335,13 @@ @TableField("take_none") private String takeNone; + /** + * 鎻愬崌鏈哄彿 + */ + @ApiModelProperty(value= "鎻愬崌鏈哄彿") + @TableField("lift_no") + private Integer liftNo; + public WrkMast() {} public String getYmd$(){ @@ -479,13 +500,6 @@ return ""; } return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.errorTime); - } - - public void setErrorMemo(String errorMemo) { - if (errorMemo.length() > 255) { - errorMemo = errorMemo.substring(0, 150); - } - this.errorMemo = errorMemo; } public String getLogErrTime$(){ -- Gitblit v1.9.1