“djh”
6 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/java/com/gkhy/exam/system/domain/Material.java
@@ -37,6 +37,10 @@
    @NotNull(message = "公司ID不能为空")
    private Long companyId;
    @ApiModelProperty(value = "年份", required = true)
    @TableField("year")
    private String year;
    @ApiModelProperty(value = "名称", required = true)
    @TableField("material_name")
    @NotBlank(message = "名称不能为空")