From c78a960e4b93f5074cbed9cda38a0aba103bbec4 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 02 二月 2023 10:57:56 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/LocMast.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java index ccb8433..92eb5ac 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -182,6 +182,13 @@ @ApiModelProperty(value= "鏄惁鍐荤粨") private Integer frozen; + /** + * 鍐荤粨澶囨敞 + */ + @ApiModelProperty(value= "鍐荤粨澶囨敞") + @TableField("frozen_memo") + private String frozenMemo; + public String getWhsType$(){ BasWhsService service = SpringUtils.getBean(BasWhsService.class); BasWhs basWhs = service.selectById(this.whsType); -- Gitblit v1.9.1