YW_Bicycle.cs 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace Central.Control.Domain
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class YW_Bicycle
  14. {
  15. public System.Guid ID { get; set; }
  16. public string UserId { get; set; }
  17. public string DistributorsID { get; set; }
  18. public string DistributorsName { get; set; }
  19. public string CarID { get; set; }
  20. public string CarModel { get; set; }
  21. public string CarNumber { get; set; }
  22. public string carBar { get; set; }
  23. public string CarName { get; set; }
  24. public Nullable<System.DateTime> productionDate { get; set; }
  25. public Nullable<int> LeaseStatus { get; set; }
  26. public Nullable<int> CarSate { get; set; }
  27. public string lang { get; set; }
  28. public Nullable<int> carType { get; set; }
  29. public string Createper { get; set; }
  30. public Nullable<System.DateTime> CreateDate { get; set; }
  31. public string UpdateUser { get; set; }
  32. public Nullable<System.DateTime> UpdateDate { get; set; }
  33. public Nullable<bool> LockState { get; set; }
  34. public Nullable<System.DateTime> OutDate { get; set; }
  35. public Nullable<System.DateTime> InputDate { get; set; }
  36. public Nullable<System.DateTime> SaleDate { get; set; }
  37. public string IMSI { get; set; }
  38. public string ICCID { get; set; }
  39. public string SalesId { get; set; }
  40. public string WarehouseID { get; set; }
  41. public string WarehouseName { get; set; }
  42. public Nullable<int> FenceState { get; set; }
  43. public string CustomerCode { get; set; }
  44. public string CustomerName { get; set; }
  45. public string FactoryNumber { get; set; }
  46. public Nullable<int> ProductLine { get; set; }
  47. public Nullable<int> smallClass { get; set; }
  48. public Nullable<System.DateTime> OutFenceDate { get; set; }
  49. public Nullable<System.DateTime> InFenceDate { get; set; }
  50. public Nullable<bool> IsLockable { get; set; }
  51. }
  52. }