From 38e180b50cfc86764b8d12872b90af72d6a96083 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 28 十月 2025 19:20:03 +0800
Subject: [PATCH] *待判接口开发
---
src/main/java/com/zy/asrs/entity/Mat.java | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/Mat.java b/src/main/java/com/zy/asrs/entity/Mat.java
index edeaf84..9994147 100644
--- a/src/main/java/com/zy/asrs/entity/Mat.java
+++ b/src/main/java/com/zy/asrs/entity/Mat.java
@@ -57,10 +57,10 @@
private Long tagId;
/**
- * 鍟嗗搧缂栧彿
+ * 瑙勬牸
*/
- @ApiModelProperty(value= "鍟嗗搧缂栧彿")
- @ExcelProperty(value = "鍟嗗搧缂栫爜")
+ @ApiModelProperty(value= "瑙勬牸")
+ @ExcelProperty(value = "瑙勬牸")
private String matnr;
@@ -352,7 +352,7 @@
// Mat mat = new Mat(
// null, // 缂栧彿
// null, // 鎵�灞炲綊绫�
-// null, // 鍟嗗搧缂栧彿
+// null, // 瑙勬牸
// null, // 鍟嗗搧鍚嶇О
// null, // 鍒悕
// null, // 瑙勬牸
@@ -440,9 +440,11 @@
if (null == this.danger){ return null; }
switch (this.danger){
case 1:
- return "鏄�";
+ return "鍚堟牸";
+ case 2:
+ return "涓嶅悎鏍�";
case 0:
- return "鍚�";
+ return "寰呭垽";
default:
return String.valueOf(this.danger);
}
--
Gitblit v1.9.1