字典项添加id

This commit is contained in:
b2baccline
2020-08-17 10:07:45 +08:00
parent 4f159f60b1
commit 9d21e96ad3

View File

@@ -16,6 +16,9 @@ public class DictItemVO {
private static final long serialVersionUID = 1L;
@ApiModelProperty("id")
private Integer id;
/**
* 数据值
*/