zhongrj
2024-03-20 ced3a95b1d42c70453fdca63ce67af2ae3fa014e
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)