This commit is contained in:
2025-10-29 16:24:34 +08:00
parent c247c9a4d1
commit 291f307f04
2 changed files with 93 additions and 47 deletions
@@ -38,6 +38,13 @@ public class Teacher_congress_meeting extends BaseModel {
@Size(max = 32)
private String type;
@Column
@Comment("会议活动所属类型(delegation:代表团/union:分工会)")
@ColDefine(type = ColType.VARCHAR)
@NotBlank(message = "会议活动所属类型不能为空")
@Size(max = 32)
private String meetingType;
@Column
@Comment("名称")
@ColDefine(type = ColType.VARCHAR, width = 100)