From ac79f032745c975eb77d6fb148ed390f2373559e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 28 十二月 2023 17:58:52 +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