0
0

ApiGetOutput.cs 160 B

12345678
  1. using ZhonTai.Plate.Admin.Service.Api.Input;
  2. namespace ZhonTai.Plate.Admin.Service.Api.Output
  3. {
  4. public class ApiGetOutput : ApiUpdateInput
  5. {
  6. }
  7. }