123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Central.Control.Domain
- {
- using System;
- using System.Collections.Generic;
-
- public partial class YW_Bicycle
- {
- public System.Guid ID { get; set; }
- public string UserId { get; set; }
- public string DistributorsID { get; set; }
- public string DistributorsName { get; set; }
- public string CarID { get; set; }
- public string CarModel { get; set; }
- public string CarNumber { get; set; }
- public string carBar { get; set; }
- public string CarName { get; set; }
- public Nullable<System.DateTime> productionDate { get; set; }
- public Nullable<int> LeaseStatus { get; set; }
- public Nullable<int> CarSate { get; set; }
- public string lang { get; set; }
- public Nullable<int> carType { get; set; }
- public string Createper { get; set; }
- public Nullable<System.DateTime> CreateDate { get; set; }
- public string UpdateUser { get; set; }
- public Nullable<System.DateTime> UpdateDate { get; set; }
- public Nullable<bool> LockState { get; set; }
- public Nullable<System.DateTime> OutDate { get; set; }
- public Nullable<System.DateTime> InputDate { get; set; }
- public Nullable<System.DateTime> SaleDate { get; set; }
- public string IMSI { get; set; }
- public string ICCID { get; set; }
- public string SalesId { get; set; }
- public string WarehouseID { get; set; }
- public string WarehouseName { get; set; }
- public Nullable<int> FenceState { get; set; }
- public string CustomerCode { get; set; }
- public string CustomerName { get; set; }
- public string FactoryNumber { get; set; }
- public Nullable<int> ProductLine { get; set; }
- public Nullable<int> smallClass { get; set; }
- public Nullable<System.DateTime> OutFenceDate { get; set; }
- public Nullable<System.DateTime> InFenceDate { get; set; }
- public Nullable<bool> IsLockable { get; set; }
- }
- }
|