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