fix 78059 无法编辑参会人课题
This commit is contained in:
+7
@@ -111,6 +111,13 @@ public class PayMeetingSituationVO {
|
||||
@Max(value = 4,groups = Guest.class)
|
||||
private Integer guestType;
|
||||
|
||||
/**课题名称*/
|
||||
@Excel(name = "课题名称", width = 15)
|
||||
@Dict(dicCode = "linkTopics")
|
||||
@ApiModelProperty(value = "课题名称")
|
||||
@Size(max = 50, message = "课题名称最多为50个字符")
|
||||
private String choiceTopic;
|
||||
|
||||
/**演讲题目*/
|
||||
@Excel(name = "演讲题目", width = 15)
|
||||
@ApiModelProperty(value = "演讲题目")
|
||||
|
||||
Reference in New Issue
Block a user