feat: 企标部门权限导入
This commit is contained in:
@@ -33,11 +33,23 @@ public class ESAuthDept {
|
||||
@ApiModelProperty(value = "标准分类")
|
||||
private String standardType;
|
||||
|
||||
@Excel(name = "旧上级组织")
|
||||
@ApiModelProperty(value = "上级组织")
|
||||
private String oldHigherDeptName;
|
||||
|
||||
@Excel(name = "旧组织部门")
|
||||
@ApiModelProperty(value = "组织部门")
|
||||
private String oldDeptName;
|
||||
|
||||
@Excel(name = "再上一级组织(部分存在)")
|
||||
@ApiModelProperty(value = "再上一级组织(部分存在)")
|
||||
private String higherHigherDeptName;
|
||||
|
||||
@Excel(name = "上级组织")
|
||||
@ApiModelProperty(value = "上级组织")
|
||||
private String higherDeptName;
|
||||
|
||||
@Excel(name = "组织部门")
|
||||
@Excel(name = "新部门")
|
||||
@ApiModelProperty(value = "组织部门")
|
||||
private String deptName;
|
||||
|
||||
@@ -51,6 +63,9 @@ public class ESAuthDept {
|
||||
standardNumber == null &&
|
||||
standardName == null &&
|
||||
standardType == null &&
|
||||
oldHigherDeptName == null &&
|
||||
oldDeptName == null &&
|
||||
higherHigherDeptName == null &&
|
||||
higherDeptName == null &&
|
||||
deptName == null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user