linwe
2023-12-23 55d677758efadb6d42e6d4e595cecc2c50c20d5a
src/main/java/org/springblade/modules/property/vo/PropertyDistrictUserVO.java
@@ -32,4 +32,16 @@
public class PropertyDistrictUserVO extends PropertyDistrictUserEntity {
   private static final long serialVersionUID = 1L;
   /**
    * 姓名
    */
   private String name;
   /**
    * 电话
    */
   private String phone;
}