old mode 100644
new mode 100755
| | |
| | | private String communityId; |
| | | private String staffId; |
| | | private String staffRole; |
| | | private String flowType; |
| | | private String statusCd; |
| | | |
| | | public String getWssId() { |
| | | return wssId; |
| | |
| | | public void setStaffRole(String staffRole) { |
| | | this.staffRole = staffRole; |
| | | } |
| | | |
| | | public String getFlowType() { |
| | | return flowType; |
| | | } |
| | | |
| | | public void setFlowType(String flowType) { |
| | | this.flowType = flowType; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |