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

IBus_ProductRepository.cs 179B

1234567891011
  1. using System.Common;
  2. using System;
  3. using System.Model;
  4. namespace System.IRepositories
  5. {
  6. public interface IBus_ProductRepository : IRepository<T_Bus_Product>
  7. {
  8. }
  9. }