| | |
| | | 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; |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | } |