|
@@ -22,19 +22,19 @@ public class DeptImportDTO {
|
|
|
private String deptCode;
|
|
private String deptCode;
|
|
|
|
|
|
|
|
/** 父组织名称 */
|
|
/** 父组织名称 */
|
|
|
- @Excel(name = "*父组织名称")
|
|
|
|
|
|
|
+ @Excel(name = "父组织名称")
|
|
|
private String parentDeptName;
|
|
private String parentDeptName;
|
|
|
|
|
|
|
|
/** 父组织编码 */
|
|
/** 父组织编码 */
|
|
|
- @Excel(name = "*父组织编码")
|
|
|
|
|
|
|
+ @Excel(name = "父组织编码")
|
|
|
private String parentDeptCode;
|
|
private String parentDeptCode;
|
|
|
|
|
|
|
|
/** 负责人手机号 */
|
|
/** 负责人手机号 */
|
|
|
- @Excel(name = "*负责人手机号")
|
|
|
|
|
|
|
+ @Excel(name = "负责人手机号")
|
|
|
private String phone;
|
|
private String phone;
|
|
|
|
|
|
|
|
/** 负责人姓名 */
|
|
/** 负责人姓名 */
|
|
|
- @Excel(name = "*负责人姓名")
|
|
|
|
|
|
|
+ @Excel(name = "负责人姓名")
|
|
|
private String leader;
|
|
private String leader;
|
|
|
|
|
|
|
|
/** 费率 */
|
|
/** 费率 */
|