java110-bean/src/main/java/com/java110/po/workflow/WorkflowStepStaffPo.java
@@ -10,6 +10,7 @@
    private String communityId;
    private String staffId;
    private String staffRole;
    private String flowType;
    public String getWssId() {
        return wssId;
@@ -58,4 +59,12 @@
    public void setStaffRole(String staffRole) {
        this.staffRole = staffRole;
    }
    public String getFlowType() {
        return flowType;
    }
    public void setFlowType(String flowType) {
        this.flowType = flowType;
    }
}