@@ -38,6 +38,12 @@ public class DictValueEntity {
* 排序
*/
private Integer sort;
+
+ /**
+ * 排序
+ */
+ private String dictStyle;
/**
* 是否启用
* */
@@ -39,4 +39,7 @@ public class DictValueAddForm {
@Length(max = 500,message = "备注太长了")
private String remark;
+ @Schema(description = "备注")
}
@@ -31,6 +31,9 @@ public class DictValueVO {
@Schema(description = "备注")
@Schema(description = "是否启用,1:启用中、2:已禁用")
private Integer status;