update 国际研讨会 查询关联课题 翻译字典

This commit is contained in:
lijiarao
2023-10-24 09:22:40 +08:00
parent 84e763d4c1
commit c4cbc50240
@@ -209,7 +209,7 @@ public class PayMeetingVO implements Serializable {
@Dict(dicCode = "yn")
@ApiModelProperty(value = "是否WASIC")
@NotNull(message = "是否WASIC不能为空",groups = InternationalMeeting.class)
@Range(min = 1, max = 2,message = "是否WASIC格式不正确",groups = InternationalMeeting.class)
@Range(min = 0, max = 1,message = "是否WASIC格式不正确",groups = InternationalMeeting.class)
private Integer isWasic;
/**关联课题*/