From de010011aa92785f04b6f0345411c584d49a92d4 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 22 四月 2025 14:59:06 +0800 Subject: [PATCH] #优化 1. 出库单据优化 2. 字典类型数据优化 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java index 0ff1132..54c4503 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java @@ -3,6 +3,8 @@ import com.baomidou.mybatisplus.annotation.TableLogic; import java.text.SimpleDateFormat; import java.util.Date; + +import lombok.experimental.Accessors; import org.springframework.format.annotation.DateTimeFormat; import java.text.SimpleDateFormat; import java.util.Date; @@ -22,6 +24,7 @@ import java.util.Date; @Data +@Accessors(chain = true) @TableName("man_wait_pakin_item") public class WaitPakinItem implements Serializable { @@ -39,6 +42,36 @@ */ @ApiModelProperty(value= "涓诲崟ID") private Long pakinId; + + @ApiModelProperty("璁㈠崟绫诲瀷") + private String type; + + @ApiModelProperty("涓氬姟绫诲瀷") + private Short wkType; + + /** + * 璁㈠崟ID + */ + @ApiModelProperty(value= "璁㈠崟ID") + private Long asnId; + + /** + * 璁㈠崟缂栫爜 + */ + @ApiModelProperty(value= "璁㈠崟缂栫爜") + private String asnCode; + + /** + * 璁㈠崟鏄庣粏ID + */ + @ApiModelProperty("璁㈠崟鏄庣粏ID") + private Long asnItemId; + + /** + * 璺熻釜鐮� + */ + @ApiModelProperty("鐗╂枡璺熻釜鐮�") + private String trackCode; /** * 鐗╂枡鍚嶇О @@ -104,7 +137,6 @@ * 鏄惁鍒犻櫎 1: 鏄� 0: 鍚� */ @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄� 0: 鍚� ") - @TableLogic private Integer deleted; /** -- Gitblit v1.9.1