From ebf745653041ac8da2d365e3c80c92b273c2bbc4 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 06 七月 2024 17:45:39 +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