部门代码调整 新增部门查询子部门接口

This commit is contained in:
2022-12-01 09:43:47 +08:00
parent af68a790d8
commit 7e3f51a44f
9 changed files with 63 additions and 2 deletions

View File

@@ -50,6 +50,10 @@ public class DictDataParam {
private Integer algoDescribe;
@ApiModelProperty("字典值")
private String value;
/**
* 更新操作实体
*/

View File

@@ -53,6 +53,8 @@ public class DictData extends BaseEntity {
*/
private Integer algoDescribe;
private String value;
/**
* 状态0-删除 1-正常
*/

View File

@@ -50,6 +50,11 @@ public class DictDataVO implements Serializable {
*/
private Integer algoDescribe;
/**
* 字典值
*/
private String value;
/**
* 状态0-删除 1-正常
*/