shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
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;
    // 审核环节 如部门经理审核 , 财务审核 ,采购人员采购
@@ -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;
    }
}