足力健后端,使用.netcore版本,合并1个项目使用

ICus_VipLabelInfoRepository.cs 247B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Common;
  4. using System.Text;
  5. using System.Model;
  6. namespace System.IRepositories
  7. {
  8. public interface ICus_VipLabelInfoRepository : IRepository<T_Cus_VipLabelInfo>
  9. {
  10. }
  11. }