//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
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 productionDate { get; set; }
public Nullable LeaseStatus { get; set; }
public Nullable CarSate { get; set; }
public string lang { get; set; }
public Nullable carType { get; set; }
public string Createper { get; set; }
public Nullable CreateDate { get; set; }
public string UpdateUser { get; set; }
public Nullable UpdateDate { get; set; }
public Nullable LockState { get; set; }
public Nullable OutDate { get; set; }
public Nullable InputDate { get; set; }
public Nullable 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 FenceState { get; set; }
public string CustomerCode { get; set; }
public string CustomerName { get; set; }
public string FactoryNumber { get; set; }
public Nullable ProductLine { get; set; }
public Nullable smallClass { get; set; }
public Nullable OutFenceDate { get; set; }
public Nullable InFenceDate { get; set; }
public Nullable IsLockable { get; set; }
}
}