t_xianlulicheng_sf.cs 330 B

1234567891011121314
  1. using SqlSugar;
  2. namespace Uninpho.DBOperation.Model
  3. {
  4. public class T_xianlulicheng_sf
  5. {
  6. [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
  7. public int Id { get; set; }
  8. public string Xllc { get; set; }
  9. public string Qslc { get; set; }
  10. public string Zzlc { get; set; }
  11. }
  12. }