Commit 04f84c52 authored by 黄奎's avatar 黄奎

新增仓储类

parent b60bd982
using Mall.Model.Entity.Finance;
using System;
using System.Collections.Generic;
using System.Text;
namespace Mall.Repository.Finance
{
/// <summary>
/// 财务单据关联表
/// </summary>
public class RB_ECFinanceId_RelationRepository : BaseRepository<RB_ECFinanceId_Relation>
{
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment