From fd4ceb219634c802a69828cdae2102278581ba9f Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期二, 14 一月 2025 14:58:02 +0800 Subject: [PATCH] 优化定时任务,添加自动接单(未完成,逻辑还不清楚),调整环境配置 --- src/main/java/com/zy/asrs/entity/LocMast.java | 9 ++++++++- 1 files changed, 8 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..4648d05 100644 --- a/src/main/java/com/zy/asrs/entity/LocMast.java +++ b/src/main/java/com/zy/asrs/entity/LocMast.java @@ -98,7 +98,7 @@ @TableField("loc_type2") private Short locType2; - @ApiModelProperty(value= "杞婚噸绫诲瀷{0:鏈煡,1:杞诲簱浣�,2:閲嶅簱浣峿") + @ApiModelProperty(value= "搴撲綅绫诲瀷{1:娣锋斁,2:鍗曞搧}") @TableField("loc_type3") private Short locType3; @@ -176,6 +176,13 @@ @TableField("ctn_no") private String ctnNo; + @ApiModelProperty(value= "") + @TableField("qr_code_value") + private String qrCodeValue; + + @ApiModelProperty(value= "") + private String status; + public String getWhsType$(){ BasWhsService service = SpringUtils.getBean(BasWhsService.class); -- Gitblit v1.9.1