IBaseService.cs 99 B

1234567
  1. namespace ZhonTai.Plate.Admin.Service
  2. {
  3. public interface IBaseService
  4. {
  5. }
  6. }