zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
src/main/java/org/springblade/modules/house/excel/HouseAndHoldExcel.java
@@ -93,22 +93,10 @@
   @ExcelProperty( "姓名")
   private String name;
   /** 绑定用户--无用 */
   @ColumnWidth(15)
   @ExcelProperty( "绑定用户")
   @ExcelIgnore
   private String bingUser;
   /** 手机号 */
   @ColumnWidth(15)
   @ExcelProperty( "手机号")
   private String phoneNumber;
   /** 角色  */
   @ColumnWidth(15)
   @ExcelProperty( value = "角色",converter = ExcelDictConverter.class)
   @ExcelDictItemLabel(type = "roleType")
   private String roleType;
   /** 与角色关系(业主,父子,其他) */
   @ColumnWidth(15)