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 Taobao_Product_Relation
|
{
|
[Key]
|
public int ProductRelation_Id { get; set; }
|
|
public int? StoreInfo_Id { get; set; }
|
|
[StringLength(500)]
|
public string StoreName { get; set; }
|
|
public long? Product_Id { get; set; }
|
|
[StringLength(128)]
|
public string ProductCode { get; set; }
|
|
[StringLength(500)]
|
public string ProductName { get; set; }
|
|
public byte? IsVariation { get; set; }
|
|
public byte? HasOrder { get; set; }
|
|
public long? num_iid { get; set; }
|
|
[StringLength(500)]
|
public string title { get; set; }
|
|
[StringLength(150)]
|
public string itemLocalCode { get; set; }
|
|
[StringLength(1500)]
|
public string detail_url { get; set; }
|
|
[StringLength(50)]
|
public string nick { get; set; }
|
|
[StringLength(50)]
|
public string type { get; set; }
|
|
public string description { get; set; }
|
|
public string props_name { get; set; }
|
|
public DateTime? created { get; set; }
|
|
public byte? is_lightning_consignment { get; set; }
|
|
public byte? is_fenxiao { get; set; }
|
|
public decimal? auction_point { get; set; }
|
|
[StringLength(2000)]
|
public string property_alias { get; set; }
|
|
[StringLength(50)]
|
public string template_id { get; set; }
|
|
public byte? is_xinpin { get; set; }
|
|
public byte? sub_stock { get; set; }
|
|
public int? inner_shop_auction_template_id { get; set; }
|
|
public int? outer_shop_auction_template_id { get; set; }
|
|
[StringLength(150)]
|
public string features { get; set; }
|
|
public decimal? item_weight { get; set; }
|
|
public decimal? item_size { get; set; }
|
|
[StringLength(50)]
|
public string with_hold_quantity { get; set; }
|
|
public long? cid { get; set; }
|
|
[StringLength(100)]
|
public string catalog_name { get; set; }
|
|
public int? valid_thru { get; set; }
|
|
public string seller_cids { get; set; }
|
|
[StringLength(550)]
|
public string props { get; set; }
|
|
[StringLength(550)]
|
public string input_pids { get; set; }
|
|
[StringLength(550)]
|
public string input_str { get; set; }
|
|
[StringLength(550)]
|
public string pic_url { get; set; }
|
|
public int? num { get; set; }
|
|
public DateTime? list_time { get; set; }
|
|
public DateTime? delist_time { get; set; }
|
|
[StringLength(50)]
|
public string stuff_status { get; set; }
|
|
[StringLength(550)]
|
public string locationState { get; set; }
|
|
[StringLength(550)]
|
public string locationCity { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? price { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? post_fee { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? express_fee { get; set; }
|
|
[Column(TypeName = "money")]
|
public decimal? ems_fee { get; set; }
|
|
public byte? has_discount { get; set; }
|
|
[StringLength(50)]
|
public string freight_payer { get; set; }
|
|
public byte? has_invoice { get; set; }
|
|
public byte? has_warranty { get; set; }
|
|
public byte? has_showcase { get; set; }
|
|
public DateTime? modified { get; set; }
|
|
[StringLength(50)]
|
public string increment { get; set; }
|
|
[StringLength(50)]
|
public string approve_status { get; set; }
|
|
public long? postage_id { get; set; }
|
|
public byte? is_virtual { get; set; }
|
|
public byte? is_taobao { get; set; }
|
|
public byte? is_ex { get; set; }
|
|
public byte? is_timing { get; set; }
|
|
public byte? is_3D { get; set; }
|
|
public byte? one_station { get; set; }
|
|
[StringLength(50)]
|
public string second_kill { get; set; }
|
|
public byte? violation { get; set; }
|
|
public string wap_desc { get; set; }
|
|
[StringLength(150)]
|
public string wap_detail_url { get; set; }
|
|
public int? cod_postage_id { get; set; }
|
|
public byte? sell_promise { get; set; }
|
|
public string Remark { get; set; }
|
|
public int? OrderNo { 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; }
|
|
public DateTime? ModifyDate { get; set; }
|
|
public string ExpandFields { get; set; }
|
}
|
}
|