GetMsgEntiy.cs 513 B

123456789101112131415161718192021222324
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace WeChatCore.Entity
  7. {
  8. public class GetMsgEntiy
  9. {
  10. /// <summary>
  11. ///
  12. /// </summary>
  13. public BaseRequestEntity BaseRequest { get; set; }
  14. /// <summary>
  15. ///
  16. /// </summary>
  17. public SyncKeyEntity SyncKey { get; set; }
  18. /// <summary>
  19. ///
  20. /// </summary>
  21. public int rr { get; set; }
  22. }
  23. }