From 7be83adcdc6ee45fce42d14d7da2be33b1bcc216 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 18 五月 2023 09:23:48 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/TestMast.java |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/TestMast.java b/src/main/java/com/zy/asrs/entity/TestMast.java
index b0bd69f..664e348 100644
--- a/src/main/java/com/zy/asrs/entity/TestMast.java
+++ b/src/main/java/com/zy/asrs/entity/TestMast.java
@@ -22,12 +22,14 @@
 
     /**
      * 缂栧彿
+     *
+     *
      */
     @ApiModelProperty(value= "缂栧彿")
     @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value= "閫氶亾")
     private Integer channel;
 
     /**
@@ -51,9 +53,9 @@
     private String userId;
 
     /**
-     * 鐘舵�� 0: 寰呯敵璇�  1: 鐢宠涓�  2: 宸插鏍�;3  4: 瀹屾垚  
+     * 娴嬭瘯鐘舵�� 0:鏆傚仠;1:鐢宠涓�;2:宸插鏍�;3娴嬭瘯涓�;4:瀹屾垚;5宸茬Щ搴�;
      */
-    @ApiModelProperty(value= "鐘舵�� 0: 寰呯敵璇�  1: 鐢宠涓�  2: 宸插鏍� 3: 娴嬭瘯涓�  4: 瀹屾垚  ")
+    @ApiModelProperty(value= "鐘舵�� 0: 鏆傚仠  1: 鐢宠涓�  2: 澶嶆牳涓�  3: 娴嬭瘯涓�  4: 瀹屾垚  5.宸茬Щ搴�")
     private Integer status;
 
     /**
@@ -99,15 +101,17 @@
         if (null == this.status){ return null; }
         switch (this.status){
             case 0:
-                return "寰呯敵璇�";
+                return "鏆傚仠";
             case 1:
-                return "鐢宠涓�";
+                return "寰呮祴";
             case 2:
-                return "宸插鏍�";
+                return "澶嶆牳涓�";
             case 3:
                 return "娴嬭瘯涓�";
             case 4:
                 return "瀹屾垚";
+            case 5:
+                return "宸茬Щ搴�";
             default:
                 return String.valueOf(this.status);
         }

--
Gitblit v1.9.1