Pu Zhibing
2025-02-25 91ebbdc5ef67699d166498f6cf5fcc21058817dd
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/SystemUser.java
@@ -7,6 +7,7 @@
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.apache.xalan.templates.VarNameCollector;
import java.time.LocalDateTime;
@@ -114,7 +115,7 @@
    */
   @TableField("street_id")
   @ApiModelProperty(value = "街道ID")
   private Integer streetId;
   private String streetId;
   /**
    * 社区
    */
@@ -126,7 +127,7 @@
    */
   @TableField("community_id")
   @ApiModelProperty(value = "社区ID")
   private Integer communityId;
   private Long communityId;
   /**
    * 状态(1=正常,2=冻结,3=删除)
    */