Skip to content

Commit 9a2bf95

Browse files
committed
fix: 字典 vo 缺少 defaultFlag 字段
1 parent dd79ecc commit 9a2bf95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo

framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo/SysDictVo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static class SysDictGetByTypeResVo {
7979
private String type;
8080
private String label;
8181
private String value;
82+
private Boolean defaultFlag;
8283
private String description;
8384
private Integer orderNum;
8485
}

0 commit comments

Comments
 (0)