TKeybroadinfo.cs 365 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDbManager.Models
  4. {
  5. public partial class TKeybroadinfo
  6. {
  7. public long Gid { get; set; }
  8. public string KeyType { get; set; }
  9. public string KeySort { get; set; }
  10. public string KeyDesc { get; set; }
  11. public string Remark { get; set; }
  12. }
  13. }