From 3f324c833157756456aae3db437b36c66beb9f26 Mon Sep 17 00:00:00 2001 From: qiuyt Date: Thu, 13 Mar 2025 11:31:58 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/entity/basic/YbNotCode.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/entity/basic/YbNotCode.java b/src/main/java/com/glxp/api/entity/basic/YbNotCode.java index 4c952613c..a9ecf15e4 100644 --- a/src/main/java/com/glxp/api/entity/basic/YbNotCode.java +++ b/src/main/java/com/glxp/api/entity/basic/YbNotCode.java @@ -23,6 +23,11 @@ public class YbNotCode { /** * 无码类型 + * 1、部分早期未赋予追溯码 + * 5、最小包装无追溯码 + * 6、无追溯码 + * 7、其他原因 + * 0、默认不是无码类型 */ - private String notcodetype; -} \ No newline at end of file + private Integer notcodetype; +}