From 65521a81a3c10a18bba7a48d58f202545ce9742d Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期一, 16 六月 2025 14:57:50 +0800 Subject: [PATCH] wms优化 --- src/main/java/com/zy/asrs/entity/WrkMast.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index 013ab54..66dc120 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/src/main/java/com/zy/asrs/entity/WrkMast.java @@ -137,7 +137,7 @@ @TableField("exit_mk") private String exitMk; - @ApiModelProperty(value= "") + @ApiModelProperty(value= "1姣嶆墭鐩橈紝2瀛愭墭鐩�") @TableField("plt_type") private Integer pltType; @@ -294,7 +294,7 @@ // Y:閿�鍞鍗曞嚭搴撲换鍔� @ApiModelProperty(value= "") @TableField("Pdc_type") - private String PdcType; + private String pdcType; @ApiModelProperty(value= "") @TableField("ctn_no") -- Gitblit v1.9.1