万佳安设备数据
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

20 lines
541B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace TelpoPush.WanJiaAn.Worker.Models.CacheTemplates
  7. {
  8. public class DeviceInfoModel
  9. {
  10. public string deviceId { get; set; }
  11. public string imei { get; set; }
  12. public string deviceName { get; set; }
  13. public string orgId { get; set; }
  14. public string apiUid { get; set; }
  15. public string activeStatus { get; set; }
  16. public string activeTime { get; set; }
  17. }
  18. }