From e46ea3878b409c8a999bf653c3584d122738efb7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 09 六月 2025 22:31:58 +0800 Subject: [PATCH] 完成部署服务器 --- 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