liusheng
2023-12-28 ac79f032745c975eb77d6fb148ed390f2373559e
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;
    /**
     * 问卷数量
     * 父ID
     */
    @ApiModelProperty(value = "问卷数量")
    private String svyNum;
    @ApiModelProperty(value = "父ID")
    private Long pid;
    /**
     * guid
     */
    @ApiModelProperty(value = "guid")
    private String guid;
}