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; }