足力健后端,使用.netcore版本,合并1个项目使用
| 12345678910111213141516 |
- using System.Common;
- using System;
- using System.Model;
- using System.Threading.Tasks;
- namespace System.IRepositories
- {
-
- public interface ISys_MarketingRepository : IRepository<T_Sys_Marketing >
- {
-
- }
- }
|