update 国际研讨会 查询关联课题 翻译字典
This commit is contained in:
@@ -209,11 +209,13 @@ public class PayMeeting implements Serializable {
|
||||
private java.lang.String exhibitorInvitationCode;
|
||||
|
||||
/**是否WASIC*/
|
||||
@Dict(dicCode = "yn")
|
||||
@Excel(name = "是否WASIC", width = 15, dicCode = "yn")
|
||||
@ApiModelProperty(value = "是否WASIC")
|
||||
private Integer isWasic;
|
||||
|
||||
/**关联课题*/
|
||||
@Dict(dicCode = "linkTopics")
|
||||
@Excel(name = "关联课题", width = 15)
|
||||
@ApiModelProperty(value = "关联课题")
|
||||
@Size(max = 50, message = "关联课题最多为50个字符")
|
||||
|
||||
Reference in New Issue
Block a user