From bcf39531dcfaea85297312405fbecc7eebccf7d0 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 25 四月 2025 09:33:21 +0800 Subject: [PATCH] #新增 1. 新增波次列表及详情 2. 新增立库站点绑定 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java | 7 ++++++- 1 files changed, 6 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 8b8a3d3..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 @@ -43,6 +43,12 @@ @ApiModelProperty(value= "涓诲崟ID") private Long pakinId; + @ApiModelProperty("璁㈠崟绫诲瀷") + private String type; + + @ApiModelProperty("涓氬姟绫诲瀷") + private Short wkType; + /** * 璁㈠崟ID */ @@ -131,7 +137,6 @@ * 鏄惁鍒犻櫎 1: 鏄� 0: 鍚� */ @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄� 0: 鍚� ") - @TableLogic private Integer deleted; /** -- Gitblit v1.9.1