namespace wcftest.orm
|
{
|
using System;
|
using System.Collections.Generic;
|
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations.Schema;
|
using System.Data.Entity.Spatial;
|
|
public partial class vSale_OrderList
|
{
|
[Key]
|
[Column(Order = 0)]
|
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
public long OrderList_Id { get; set; }
|
|
[Key]
|
[Column(Order = 1)]
|
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
public long Order_Id { get; set; }
|
|
public long? Product_Id { get; set; }
|
|
[StringLength(50)]
|
public string ProductCode { get; set; }
|
|
[StringLength(500)]
|
public string ProductName { get; set; }
|
|
[StringLength(300)]
|
public string ProductModel { get; set; }
|
|
[StringLength(50)]
|
public string SmallUnit { get; set; }
|
|
[StringLength(50)]
|
public string BigUnit { get; set; }
|
|
public decimal? QuantityOrder { get; set; }
|
|
public decimal? UnitConvert { get; set; }
|
|
[StringLength(50)]
|
public string UnitConvertText { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? PurchasePrice { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? SalePrice { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? RowTotal { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? SubTotal { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? RatePrice { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? RateMoney { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? DiscountAmount { get; set; }
|
|
public decimal? QuantityOuted { get; set; }
|
|
[Key]
|
[Column(Order = 2)]
|
public decimal OutboundAmount { get; set; }
|
|
public decimal? LackStorage { get; set; }
|
|
public int? CreateID { get; set; }
|
|
[StringLength(50)]
|
public string Creator { get; set; }
|
|
public DateTime? CreateDate { get; set; }
|
|
public int? ModifyID { get; set; }
|
|
[StringLength(50)]
|
public string Modifier { get; set; }
|
|
[StringLength(50)]
|
public string StandardTime { get; set; }
|
|
public DateTime? DeliveryDate { get; set; }
|
|
[StringLength(50)]
|
public string QualityType { get; set; }
|
|
public DateTime? ModifyDate { get; set; }
|
|
public string Remark { get; set; }
|
|
[Key]
|
[Column(Order = 3)]
|
[StringLength(50)]
|
public string OrderCode { get; set; }
|
|
public int? Storage_Id { get; set; }
|
|
[StringLength(50)]
|
public string StorageName { get; set; }
|
|
public int? User_Id { get; set; }
|
|
[StringLength(50)]
|
public string UserTrueName { get; set; }
|
|
public int? Dept_Id { get; set; }
|
|
[StringLength(50)]
|
public string DeptName { get; set; }
|
|
public DateTime? ApplyDate { get; set; }
|
|
public int? Client_Id { get; set; }
|
|
[StringLength(50)]
|
public string ClientCode { get; set; }
|
|
[StringLength(500)]
|
public string ClientShortName { get; set; }
|
|
[Column(TypeName = "numeric")]
|
public decimal? Rate { get; set; }
|
|
[StringLength(50)]
|
public string Package { get; set; }
|
|
public byte? StatusID { get; set; }
|
|
[StringLength(50)]
|
public string StatusText { get; set; }
|
|
public byte? SortingStatus { get; set; }
|
|
public DateTime? SortingDate { get; set; }
|
|
[StringLength(50)]
|
public string Auditor { get; set; }
|
|
public byte? Auditing { get; set; }
|
|
public DateTime? AuditDate { get; set; }
|
|
[StringLength(50)]
|
public string StoreOrderCode { get; set; }
|
|
public byte? OrderChannel { get; set; }
|
|
[StringLength(250)]
|
public string StoreName { get; set; }
|
|
public string ProductSpec { get; set; }
|
|
public byte? CustomProduct { get; set; }
|
|
[StringLength(800)]
|
public string AppendParameter { get; set; }
|
|
[StringLength(50)]
|
public string SingleSignCode { get; set; }
|
|
public string ShippingAddress { get; set; }
|
|
[StringLength(800)]
|
public string CityName { get; set; }
|
|
[StringLength(800)]
|
public string RegionName { get; set; }
|
|
[StringLength(50)]
|
public string ProvinceName { get; set; }
|
|
[StringLength(50)]
|
public string CountryName { get; set; }
|
|
[StringLength(150)]
|
public string CountryFullName { get; set; }
|
|
[StringLength(50)]
|
public string PostCode { get; set; }
|
|
[StringLength(150)]
|
public string ExpressCode { get; set; }
|
|
[StringLength(500)]
|
public string ExpressCorpName { get; set; }
|
|
[StringLength(350)]
|
public string Telephone { get; set; }
|
|
[StringLength(800)]
|
public string BillingName { get; set; }
|
|
[StringLength(50)]
|
public string OrderType { get; set; }
|
|
[StringLength(50)]
|
public string GlobalCurrencyCode { get; set; }
|
|
[StringLength(800)]
|
public string ShippingName { get; set; }
|
|
[StringLength(100)]
|
public string PickUpPort { get; set; }
|
|
[StringLength(50)]
|
public string DestinationName { get; set; }
|
|
public int? Destination_Id { get; set; }
|
|
public decimal? ValidQuantity { get; set; }
|
|
[StringLength(50)]
|
public string BatchNumber { get; set; }
|
|
[StringLength(50)]
|
public string PlateCode { get; set; }
|
|
public DateTime? SendDate { get; set; }
|
|
[StringLength(50)]
|
public string CustomerNature { get; set; }
|
|
[Key]
|
[Column(Order = 4)]
|
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
public int Consignor_Id { get; set; }
|
|
[Key]
|
[Column(Order = 5)]
|
[StringLength(50)]
|
public string ConsignorCode { get; set; }
|
|
[Key]
|
[Column(Order = 6)]
|
[StringLength(150)]
|
public string ConsignorName { get; set; }
|
|
[StringLength(50)]
|
public string OrderPrintCode { get; set; }
|
|
public decimal? RowPaid { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? AttachAmount { get; set; }
|
|
public decimal? DiscountRate { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? SalePriceDiscount { get; set; }
|
|
public decimal? NetWeight { get; set; }
|
|
[StringLength(50)]
|
public string Mobile { get; set; }
|
|
public decimal? QuantityRefunded { get; set; }
|
|
[StringLength(50)]
|
public string ProviderShortName { get; set; }
|
|
public int? Provider_Id { get; set; }
|
|
[StringLength(50)]
|
public string ProviderCode { get; set; }
|
|
[Key]
|
[Column(Order = 7)]
|
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
public int UserProduct_Id { get; set; }
|
|
public int? PlatUser_Id { get; set; }
|
|
[StringLength(50)]
|
public string PlatUserCode { get; set; }
|
|
[StringLength(50)]
|
public string PlatUserName { get; set; }
|
|
[StringLength(50)]
|
public string PlatCorpName { get; set; }
|
|
[StringLength(50)]
|
public string UserProductCode { get; set; }
|
|
[StringLength(100)]
|
public string UserProductAlias { get; set; }
|
|
public decimal? Weight { get; set; }
|
|
public decimal? TotalWeight { get; set; }
|
|
[StringLength(100)]
|
public string TypeName { get; set; }
|
|
[StringLength(50)]
|
public string ContainerNo { get; set; }
|
|
public string ExpandFields { get; set; }
|
|
public string DetailExpandFields { get; set; }
|
}
|
}
|