old mode 100644
new mode 100755
| | |
| | | // 审核用户ID |
| | | private String userId; |
| | | |
| | | //商户ID |
| | | private String storeId; |
| | | |
| | | private String communityId; |
| | | |
| | | private String userName; |
| | | |
| | | // 审核环节 如部门经理审核 , 财务审核 ,采购人员采购 |
| | |
| | | public void setAuditUserId(String auditUserId) { |
| | | this.auditUserId = auditUserId; |
| | | } |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |