TmallRetailStoreCreateResponse.cs 264 B

1234567891011121314
  1. using System;
  2. using System.Xml.Serialization;
  3. using System.Collections.Generic;
  4. namespace Top.Api.Response
  5. {
  6. /// <summary>
  7. /// TmallRetailStoreCreateResponse.
  8. /// </summary>
  9. public class TmallRetailStoreCreateResponse : TopResponse
  10. {
  11. }
  12. }