diff --git a/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java b/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java index 415bf259f5d190be0b1f37e46b42fcfc7bf3afc6..c0491af2b9a591c867ddd1648d5c474d07126a19 100644 --- a/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java +++ b/base-manager/src/main/java/com/mortals/xhx/module/window/model/WindowEntity.java @@ -35,38 +35,47 @@ public class WindowEntity extends WindowVo { /** * 腦��e��腱� */ + @Excel(name = "腦��e��腱�") private String name; /** * �沿�腦��e�� */ + @Excel(name = "腦��h�沿���") private String englishName; /** * �阪�� */ + @Excel(name = "���桁��") private String region; /** * �沿��阪�� */ + @Excel(name = "���桁��") private String englishRegion; /** * 腦��g��� */ + @Excel(name = "���桁��") private String fromnum; /** * 膾∽��腦��� (1.���0.��) */ + @Excel(name = "膾∽��腦���",combo={"��","��"}, readConverterExp = "1=��,0=��") private Integer hongqi; /** - * ��篋阪�弱�(1.���) + * ��篋阪�弱�(1.��) */ + @Excel(name = "��篋阪�弱�",combo={"��"}, readConverterExp = "1=��") private Integer duty; /** * �丞ず��絎� */ + @Excel(name = "�丞ず��絎�") private String dutyContent; /** * �丞ず�掩�� */ + @Excel(name = "�丞ず�掩��") private String dutyEnglish; /** * 紊�羈� @@ -75,18 +84,22 @@ public class WindowEntity extends WindowVo { /** * 罐惹�� */ + @Excel(name = "罐惹��",cellType= Excel.ColumnType.NUMERIC) private Integer building; /** * 罐弱� */ + @Excel(name = "罐弱�",cellType= Excel.ColumnType.NUMERIC) private Integer level; /** * ��腱井�菴� */ + @Excel(name = "��腱井�菴�") private String nameDesc; /** * �掩����腱井�菴� */ + @Excel(name = "�掩����腱井�菴�") private String englishNameDesc; @Override public int hashCode() {