- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbManager.Models
- {
- public partial class TClientauth
- {
- public long Gid { get; set; }
- public int? Sno { get; set; }
- public string License { get; set; }
- public string HdNum { get; set; }
- }
- }
|