lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
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)