AlibabaTbcAlidatalkResponse.cs 258 B

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