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

Cus_VipLabelInfoRepository.cs 301B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Common;
  4. using System.IRepositories;
  5. using System.Model;
  6. using System.Text;
  7. namespace System.Repositories
  8. {
  9. public class Cus_VipLabelInfoRepository : BaseRepository<T_Cus_VipLabelInfo>, ICus_VipLabelInfoRepository
  10. {
  11. }
  12. }