教育训练处考试制证系统后端
heheng
2025-02-20 c15dda7ca82a479caa54cbbe169f1cf80c3be156
exam-system/src/main/java/com/gkhy/exam/noncoalmine/model/modForm/TrainingInstitutionModForm.java
@@ -16,7 +16,7 @@
public class TrainingInstitutionModForm {
   @ApiModelProperty(value = "机构主键",required = true)
   @NotNull(message = "机构主键不可为空")
   private String institutionId;
   private Long institutionId;
   //机构名称
   @ApiModelProperty(value = "机构名称",required = true)
   @NotEmpty(message = "请输入机构名称")