java110-bean/src/main/java/com/java110/entity/audit/AuditUser.javaold mode 100644 new mode 100755
@@ -17,6 +17,8 @@ //商户ID private String storeId; private String communityId; private String userName; // 审核环节 如部门经理审核 , 财务审核 ,采购人员采购 @@ -73,4 +75,12 @@ public void setStoreId(String storeId) { this.storeId = storeId; } public String getCommunityId() { return communityId; } public void setCommunityId(String communityId) { this.communityId = communityId; } }