heheng
2025-08-21 334ae6d3ba9992f5f081c6800af486a19c019c38
expert-system/src/main/java/com/gkhy/system/domain/SysExpertInfo.java
@@ -56,6 +56,10 @@
    @TableField("big_classify")
    private Long bigClassify;
    @ApiModelProperty("大类别名称")
    @TableField(exist = false)
    private String bigClassifyName;
    @NotNull(message ="小类别不能为空" )
    @ApiModelProperty("小类别id")
    @TableField("small_classify")