TClientauth.cs 317 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TClientauth
  6. {
  7. public ulong Gid { get; set; }
  8. public uint? Sno { get; set; }
  9. public string License { get; set; }
  10. public string HdNum { get; set; }
  11. }
  12. }