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