feat: 老部门新部门对应关系导入

This commit is contained in:
2023-12-04 15:02:28 +08:00
parent 6b8415e1c4
commit d14e911b0c
4 changed files with 101 additions and 74 deletions
@@ -34,6 +34,9 @@ public class OldSystemImportDTO {
@Excel(name = "BZFL", width = 15, orderNum = "6")
private String bzfl;
@Excel(name = "国家/地区", width = 15, orderNum = "6", dicCode = "country_or_region")
private String country;
@Excel(name = "BZYYTYPE", width = 15, orderNum = "7")
private String bzyytype;