yxh
yxh
2023-03-03 727fd9c08bc7f6fcbe2d5c5decacc2392df124df
smartor/src/main/java/com/smartor/domain/SvyLibTopic.java
@@ -11,7 +11,7 @@
 * 问卷题目对象 svy_lib_topic
 * 
 * @author ruoyi
 * @date 2023-03-02
 * @date 2023-03-03
 */
public class SvyLibTopic extends BaseEntity
{
@@ -21,7 +21,6 @@
    private Long topicid;
    /**  老版本ID  */
    @Excel(name = " 老版本ID ")
    private Long oldid;
    /**  问卷ID  */
@@ -33,7 +32,6 @@
    private Long topictype;
    /**  题目Code  */
    @Excel(name = " 题目Code ")
    private String topiccode;
    /**  题目  */
@@ -45,7 +43,6 @@
    private Long sort;
    /**  是否必填  */
    @Excel(name = " 是否必填 ")
    private Long ismandatory;
    /**  是否隐藏  */
@@ -60,12 +57,9 @@
    private String orgid;
    /**  上传标记  */
    @Excel(name = " 上传标记 ")
    private Long isupload;
    /**  上传时间  */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = " 上传时间 ", width = 30, dateFormat = "yyyy-MM-dd")
    private Date uploadTime;
    public void setTopicid(Long topicid)