|
@@ -74,6 +74,10 @@ public class SysDictLogDto {
|
|
|
@ApiModelProperty(value = "说明")
|
|
|
private String msg;
|
|
|
|
|
|
+ @ApiModelProperty(value = "编码值")
|
|
|
+ private String value;
|
|
|
+
|
|
|
+
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private LocalDateTime createTime;
|
|
@@ -94,6 +98,22 @@ public class SysDictLogDto {
|
|
|
private String oldCode;
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
+ * 排序 正序
|
|
|
+ */
|
|
|
+ private Integer orders;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 回显样式
|
|
|
+ */
|
|
|
+ private String listClass;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 回显class
|
|
|
+ */
|
|
|
+ private String cssClass;
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|