chengf
2025-07-10 b70d862fdb47a8aa307b96901b3b07cfdcfe8b41
java110-bean/src/main/java/com/java110/dto/staffCommunity/StaffCommunityDto.java
@@ -15,13 +15,13 @@
public class StaffCommunityDto extends PageDto implements Serializable {
    private String staffName;
private String communityName;
private String storeName;
private String communityId;
private String storeId;
private String scId;
private String staffId;
    private String communityName;
    private String storeName;
    private String communityId;
    private String storeId;
    private String scId;
    private String staffId;
    private String address;
    private Date createTime;
@@ -87,4 +87,12 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getAddress() {
        return address;
    }
    public void setAddress(String address) {
        this.address = address;
    }
}