java110
2022-06-01 e52ddfe8caf7d0027950033a5aff2a1fd3482e9d
java110-bean/src/main/java/com/java110/entity/audit/AuditUser.java
old mode 100644 new mode 100755
@@ -17,6 +17,8 @@
    //商户ID
    private String storeId;
    private String communityId;
    private String userName;
    // 审核环节 如部门经理审核 , 财务审核 ,采购人员采购
@@ -25,6 +27,9 @@
    //流程对象编码
    private String objCode;
    private String processDefinitionKey;
    private String flowId;
    public String getObjCode() {
        return objCode;
@@ -73,4 +78,28 @@
    public void setStoreId(String storeId) {
        this.storeId = storeId;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getProcessDefinitionKey() {
        return processDefinitionKey;
    }
    public void setProcessDefinitionKey(String processDefinitionKey) {
        this.processDefinitionKey = processDefinitionKey;
    }
    public String getFlowId() {
        return flowId;
    }
    public void setFlowId(String flowId) {
        this.flowId = flowId;
    }
}