wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
java110-bean/src/main/java/com/java110/entity/audit/AuditUser.java
@@ -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;
    }
}