shiyj1101
2021-06-16 c35becb8e98e0a1996a338a3e5547ee412dfe299
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;
    }
}