java110-bean/src/main/java/com/java110/po/workflow/WorkflowStepStaffPo.java
@@ -10,6 +10,8 @@ private String communityId; private String staffId; private String staffRole; private String flowType; private String statusCd; public String getWssId() { return wssId; @@ -58,4 +60,20 @@ 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; } }