From 04b201c0e52a0971584f68504864b2ac527d03fd Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期三, 12 六月 2024 12:55:06 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/RowLastno.java | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/RowLastno.java b/src/main/java/com/zy/asrs/entity/RowLastno.java index 82cf0e3..d4897ed 100644 --- a/src/main/java/com/zy/asrs/entity/RowLastno.java +++ b/src/main/java/com/zy/asrs/entity/RowLastno.java @@ -142,6 +142,34 @@ @TableField("sta_no_list") private String staNoList; + /** + * 搴撶被鍨婭D + */ + @ApiModelProperty(value= "搴撶被鍨婭D") + @TableField("type_id") + private Integer typeId; + + /** + * 鐩镐技鐗╂枡寮�鍏� + */ + @ApiModelProperty(value= "鐩镐技鐗╂枡寮�鍏�") + @TableField("be_similar") + private String beSimilar; + + /** + * 鏄惁瀛樺湪鐐逛綅 + */ + @ApiModelProperty(value= "鏄惁瀛樺湪鐐逛綅") + @TableField("point_switch") + private String pointSwitch; + + /** + * 绌烘澘闈犺繎鎽嗘斁 + */ + @ApiModelProperty(value= "绌烘澘闈犺繎鎽嗘斁") + @TableField("empty_similar") + private String emptySimilar; + public RowLastno() {} public RowLastno(String wrkMk,Integer currentRow,Integer sRow,Integer eRow,Integer crnQty,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Integer limintLoc) { @@ -347,4 +375,36 @@ this.staNoList = StaNoList; } + public Integer getTypeId() { + return typeId; + } + + public void setTypeId(Integer typeId) { + this.typeId = typeId; + } + + public String getBeSimilar() { + return beSimilar; + } + + public void setBeSimilar(String beSimilar) { + this.beSimilar = beSimilar; + } + + public String getPointSwitch() { + return pointSwitch; + } + + public void setPointSwitch(String pointSwitch) { + this.pointSwitch = pointSwitch; + } + + public String getEmptySimilar() { + return emptySimilar; + } + + public void setEmptySimilar(String emptySimilar) { + this.emptySimilar = emptySimilar; + } + } -- Gitblit v1.9.1