TG.WXCRM.V4/IBLL/Res/IRES_ALLCOTE_USER.cs

9 lines
144 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Res
{
public interface IRES_ALLCOTE_USER : IRepository<RES_ALLCOTE_USER>
{
}
}