- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TClientauth
- {
- public ulong Gid { get; set; }
- public uint? Sno { get; set; }
- public string License { get; set; }
- public string HdNum { get; set; }
- }
- }
|