From 1f7ecc91a42a8fa1984aa3b0c7ffe4b05dbee560 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期四, 29 五月 2025 15:32:05 +0800 Subject: [PATCH] 必须填写批号 --- src/main/java/com/zy/asrs/entity/LocMast.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java index 23d8301..95e75e0 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -80,6 +80,12 @@ private Integer lev1; /** + * 缁� + */ + @ApiModelProperty(value= "缁�") + private Integer gro1; + + /** * 婊℃澘 */ @ApiModelProperty(value= "婊℃澘") @@ -106,7 +112,7 @@ @TableField("out_enable") private String outEnable; - @ApiModelProperty(value= "") + @ApiModelProperty(value= "鍏ュ簱鏃堕棿") @TableField("io_time") private Date ioTime; -- Gitblit v1.9.1