External_contact_Root.cs 571 B

12345678910111213141516171819202122232425
  1. using System.Collections.Generic;
  2. namespace XYY.Common.Standard
  3. {
  4. public partial class QYWXAPI
  5. {
  6. public class External_contact_Root
  7. {
  8. /// <summary>
  9. ///
  10. /// </summary>
  11. public int errcode { get; set; }
  12. /// <summary>
  13. ///
  14. /// </summary>
  15. public string errmsg { get; set; }
  16. /// <summary>
  17. ///
  18. /// </summary>
  19. public List<External_contact_listItem> external_contact_list { get; set; }
  20. }
  21. }
  22. }