IPicClassService.cs 138 B

123456789
  1. using CB.Entity;
  2. namespace CB.Interface.Infrastructure
  3. {
  4. public interface IPicClassService : IRepository<PicClassInfo>
  5. {
  6. }
  7. }