“djh”
4 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/java/com/gkhy/exam/system/domain/OutsourcedUnqualified.java
@@ -38,6 +38,10 @@
    @NotNull(message = "公司id不能为空")
    private Long companyId;
    @ApiModelProperty(value = "年份")
    @TableField("year")
    private String year;
    @ApiModelProperty(value = "供应商id",required = true)
    @TableField("supplier_id")
    @NotNull(message = "供应商id不能为空")