From 2a6ffd8bfdb3d8234a55e7fabe71999f1dba4fd9 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期一, 05 九月 2022 18:32:08 +0800 Subject: [PATCH] # --- src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java b/src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java index 1a96f61..0d74dbd 100644 --- a/src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java +++ b/src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java @@ -61,6 +61,13 @@ @TableField("weight_num") private Integer weightNum; + /** + * 0锛氬父瑙勯」鐩� + * 1锛氶泦鎴愰」鐩� + */ + @TableField("is_asrs") + private Integer isAsrs; + // FlowStatus flowStatus = new FlowStatus( // null, // 鑺傜偣绫诲瀷 @@ -71,6 +78,13 @@ // null // // ); + public String getIsAsrs$(){ + if (this.isAsrs == 0) { + return "甯歌椤圭洰"; + }else { + return "闆嗘垚椤圭洰"; + } + } public Integer getId() { return id; } -- Gitblit v1.9.1