linwe
2024-05-29 c10d6358b9f014375a13821465bc978d0c0da22e
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;
}