From ef81a5cbfbb98974ed1ba54d0e47b7e74a9b96b9 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 06 六月 2024 15:33:55 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/SvyCategory.java | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/SvyCategory.java b/smartor/src/main/java/com/smartor/domain/SvyCategory.java
index 4ac4511..96dca8a 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyCategory.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyCategory.java
@@ -2,6 +2,7 @@
import java.util.Date;
+import afu.org.checkerframework.checker.igj.qual.I;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -61,10 +62,16 @@
private Date uploadTime;
/**
- * 闂嵎鏁伴噺
+ * 鐖禝D
*/
- @ApiModelProperty(value = "闂嵎鏁伴噺")
- private String svyNum;
+ @ApiModelProperty(value = "鐖禝D")
+ private Long pid;
+
+ /**
+ * guid
+ */
+ @ApiModelProperty(value = "guid")
+ private String guid;
}
--
Gitblit v1.9.3