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

IBus_ChatLogRepository.cs 245B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Common;
  4. using System.Model.Bus;
  5. using System.Text;
  6. namespace System.IRepositories.Bus
  7. {
  8. public interface IBus_ChatLogRepository : IRepository<T_Bus_ChatLog>
  9. {
  10. }
  11. }