部门代码调整 新增部门查询子部门接口
This commit is contained in:
@@ -50,6 +50,10 @@ public class DictDataParam {
|
||||
private Integer algoDescribe;
|
||||
|
||||
|
||||
@ApiModelProperty("字典值")
|
||||
private String value;
|
||||
|
||||
|
||||
/**
|
||||
* 更新操作实体
|
||||
*/
|
||||
|
||||
@@ -53,6 +53,8 @@ public class DictData extends BaseEntity {
|
||||
*/
|
||||
private Integer algoDescribe;
|
||||
|
||||
private String value;
|
||||
|
||||
/**
|
||||
* 状态:0-删除 1-正常
|
||||
*/
|
||||
|
||||
@@ -50,6 +50,11 @@ public class DictDataVO implements Serializable {
|
||||
*/
|
||||
private Integer algoDescribe;
|
||||
|
||||
/**
|
||||
* 字典值
|
||||
*/
|
||||
private String value;
|
||||
|
||||
/**
|
||||
* 状态:0-删除 1-正常
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user