From 6004efd6f95e26c718325675adcac6149c21b392 Mon Sep 17 00:00:00 2001
From: zwl <zwl123456>
Date: 星期四, 11 九月 2025 15:19:11 +0800
Subject: [PATCH] U8订单对接完成(需正式账套)
---
src/main/java/com/zy/asrs/entity/RowLastno.java | 75 +++++++++++++++++++++++++++++++++++++
1 files changed, 75 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 82eafd2..d4897ed 100644
--- a/src/main/java/com/zy/asrs/entity/RowLastno.java
+++ b/src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -135,6 +135,41 @@
@TableField("sign_type_other_boolean")
private String signTypeOtherBoolean;
+ /**
+ * 鍏跺畠鏍囪绫诲埆锛堟槸鍚﹁緭閫佺嚎浜掗�氾級
+ */
+ @ApiModelProperty(value= "鍏ュ簱绔欑偣闆嗗悎")
+ @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) {
@@ -332,4 +367,44 @@
this.signTypeOtherBoolean = signTypeOtherBoolean;
}
+ public String getStaNoList() {
+ return staNoList;
+ }
+
+ public void setStaNoList(String StaNoList) {
+ 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