xyc
2024-08-02 fdb4fb8e81081534d296b738132b51bf149c2ef5
zt/core/src/main/java/com/zt/modules/sys/model/SysDictData.java
@@ -47,6 +47,9 @@
    @ApiModelProperty(value = "备注")
    private String remark;
    @ApiModelProperty(value = "字典编码")
    private String dictCode;
    @ApiModelProperty(value = "排序")
    @Min(value = 0, message = "排序值不能小于0", groups = DefaultGroup.class)
    private Integer sort;