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

Bus_OrderlogsRepository.cs 303B

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