From 757f103f37d83dfb55bb49b3df0b805cb520d4f7 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 11 十月 2025 15:28:26 +0800
Subject: [PATCH] 第三版
---
src/main/java/com/zy/asrs/entity/TestMast.java | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/TestMast.java b/src/main/java/com/zy/asrs/entity/TestMast.java
index b94c373..5a38921 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,13 +101,17 @@
if (null == this.status){ return null; }
switch (this.status){
case 0:
- return "寰呯敵璇�";
+ return "绌洪棽";
case 1:
- return "鐢宠涓�";
+ return "寰呮祴";
case 2:
- return "宸插鏍�;3";
- case 4:
+ return "娴嬭瘯涓�";
+ case 3:
return "瀹屾垚";
+ case 4:
+ return "澶辫触";
+ case 5:
+ return "宸茬Щ搴�";
default:
return String.valueOf(this.status);
}
--
Gitblit v1.9.1