From d90e160a7659b21dbfd6bb225b00b86a0a68f24c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 13 九月 2022 15:46:35 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/WrkMast.java | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index 3438b83..6f5652b 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/src/main/java/com/zy/asrs/entity/WrkMast.java @@ -74,6 +74,13 @@ @TableField("ste_no") private Integer steNo; + /** + * 杈圭紭搴撲綅 + */ + @ApiModelProperty(value= "杈圭紭搴撲綅") + @TableField("out_most") + private Integer outMost; + @ApiModelProperty(value= "") @TableField("sheet_no") private String sheetNo; @@ -491,4 +498,16 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime); } + public String getOutMost$() { + if (null == this.outMost){ return null; } + switch (this.outMost){ + case 1: + return "杈圭紭搴撲綅"; + case 0: + return "鍐呰仈搴撲綅"; + default: + return String.valueOf(this.outMost); + } + } + } -- Gitblit v1.9.1