足力健后端,使用.netcore版本,合并1个项目使用
| 1234567891011121314 |
- using System;
- using System.Collections.Generic;
- using System.Common;
- using System.Text;
- using System.Model;
- namespace System.IRepositories
- {
- public interface ICus_VipLabelInfoRepository : IRepository<T_Cus_VipLabelInfo>
- {
- }
-
- }
|