TG.WXCRM.V4/IBLL/weapp/IWEAPP_SALEUSERS.cs

9 lines
144 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.weapp
{
public interface IWEAPP_SALEUSERS : IRepository<WEAPP_SALEUSERS>
{
}
}