新增字典字段类型
This commit is contained in:
@@ -34,6 +34,10 @@ public class DictData implements Serializable {
|
|||||||
@Schema(description = "字典数据名称")
|
@Schema(description = "字典数据名称")
|
||||||
private String dictDataName;
|
private String dictDataName;
|
||||||
|
|
||||||
|
@Schema(description = "字段类型")
|
||||||
|
@TableField(exist = false)
|
||||||
|
private String type;
|
||||||
|
|
||||||
@Schema(description = "字段名称")
|
@Schema(description = "字段名称")
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String text;
|
private String text;
|
||||||
|
|||||||
Reference in New Issue
Block a user