old mode 100644
new mode 100755
| | |
| | | //商户ID |
| | | private String storeId; |
| | | |
| | | private String communityId; |
| | | |
| | | private String userName; |
| | | |
| | | // 审核环节 如部门经理审核 , 财务审核 ,采购人员采购 |
| | |
| | | //流程对象编码 |
| | | private String objCode; |
| | | |
| | | private String processDefinitionKey; |
| | | |
| | | private String flowId; |
| | | |
| | | public String getObjCode() { |
| | | return objCode; |
| | |
| | | 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; |
| | | } |
| | | } |