liusheng
2024-11-22 da6cce0d9f01b98d20b9ed89b438cd32006a8dd8
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;
}