using System; namespace OrmTest.BugTest { public partial class VMaterialInfo { public VMaterialInfo() { } #region Model private string _pkid; private string _fmicode; private string _fminame; private string _fpy; private string _fsiname; private string _fgauge; private string _foem; private string _fk_forigin; private string _fselfcode; private decimal? _flength; private decimal? _fwidth; private decimal? _fhigh; private decimal? _fweight; private bool _fishalf; private string _fbiname; private string _fuiname; private string _flsname; private int? _finboxqty; private string _fperformancetype; private bool _fassembly; private string _fptname; private decimal? _fretailprice; private decimal? _ftradeprice; private decimal? _fminimumprice; private decimal? _fminbuyqty; private string _fmanufacturernum; private string _fciname; private string _fspname; private string _deffspname; private DateTime? _fregdate; private string _fremark; private string _fadder; private string _bakspfspname; private string _fftname; private string _fstoretype; private string _fstate; private DateTime? _faddtime; private string _fk_seriesinfo; private string _fk_brandinfo; private string _fk_unitinfo; private string _fk_lablestyle; private string _fk_pricetype; private string _fk_clientinfo; private string _fk_storeplace; private string _fk_baksp; private string _fk_adder; private string _fk_flowtype; private string _lfptname; /// /// /// public string PKID { set { _pkid = value; } get { return _pkid; } } /// /// /// public string FMICode { set { _fmicode = value; } get { return _fmicode; } } /// /// /// public string FMIName { set { _fminame = value; } get { return _fminame; } } /// /// /// public string FPY { set { _fpy = value; } get { return _fpy; } } /// /// /// public string FSIName { set { _fsiname = value; } get { return _fsiname; } } /// /// /// public string FGauge { set { _fgauge = value; } get { return _fgauge; } } /// /// /// public string FOEM { set { _foem = value; } get { return _foem; } } /// /// /// public string FK_FOrigin { set { _fk_forigin = value; } get { return _fk_forigin; } } /// /// /// public string FSelfCode { set { _fselfcode = value; } get { return _fselfcode; } } /// /// /// public decimal? FLength { set { _flength = value; } get { return _flength; } } /// /// /// public decimal? FWidth { set { _fwidth = value; } get { return _fwidth; } } /// /// /// public decimal? FHigh { set { _fhigh = value; } get { return _fhigh; } } /// /// /// public decimal? FWeight { set { _fweight = value; } get { return _fweight; } } /// /// /// public bool FIsHalf { set { _fishalf = value; } get { return _fishalf; } } /// /// /// public string FBIName { set { _fbiname = value; } get { return _fbiname; } } /// /// /// public string FUIName { set { _fuiname = value; } get { return _fuiname; } } /// /// /// public string FLSName { set { _flsname = value; } get { return _flsname; } } /// /// /// public int? FInBoxQty { set { _finboxqty = value; } get { return _finboxqty; } } /// /// /// public string FPerformanceType { set { _fperformancetype = value; } get { return _fperformancetype; } } /// /// /// public bool FAssembly { set { _fassembly = value; } get { return _fassembly; } } /// /// /// public string FPTName { set { _fptname = value; } get { return _fptname; } } /// /// /// public decimal? FRetailPrice { set { _fretailprice = value; } get { return _fretailprice; } } /// /// /// public decimal? FTradePrice { set { _ftradeprice = value; } get { return _ftradeprice; } } /// /// /// public decimal? FMinimumPrice { set { _fminimumprice = value; } get { return _fminimumprice; } } /// /// /// public decimal? FMinBuyQty { set { _fminbuyqty = value; } get { return _fminbuyqty; } } /// /// /// public string FManufacturerNum { set { _fmanufacturernum = value; } get { return _fmanufacturernum; } } /// /// /// public string FCIName { set { _fciname = value; } get { return _fciname; } } /// /// /// public string FSPName { set { _fspname = value; } get { return _fspname; } } /// /// /// public string DefFSPName { set { _deffspname = value; } get { return _deffspname; } } /// /// /// public DateTime? FRegDate { set { _fregdate = value; } get { return _fregdate; } } /// /// /// public string FRemark { set { _fremark = value; } get { return _fremark; } } /// /// /// public string FAdder { set { _fadder = value; } get { return _fadder; } } /// /// /// public string BakSPFSPName { set { _bakspfspname = value; } get { return _bakspfspname; } } /// /// /// public string FFTName { set { _fftname = value; } get { return _fftname; } } /// /// /// public string FStoreType { set { _fstoretype = value; } get { return _fstoretype; } } /// /// /// public string FState { set { _fstate = value; } get { return _fstate; } } /// /// /// public DateTime? FAddTime { set { _faddtime = value; } get { return _faddtime; } } /// /// /// public string FK_SeriesInfo { set { _fk_seriesinfo = value; } get { return _fk_seriesinfo; } } /// /// /// public string FK_BrandInfo { set { _fk_brandinfo = value; } get { return _fk_brandinfo; } } /// /// /// public string FK_UnitInfo { set { _fk_unitinfo = value; } get { return _fk_unitinfo; } } /// /// /// public string FK_LableStyle { set { _fk_lablestyle = value; } get { return _fk_lablestyle; } } /// /// /// public string FK_PriceType { set { _fk_pricetype = value; } get { return _fk_pricetype; } } /// /// /// public string FK_ClientInfo { set { _fk_clientinfo = value; } get { return _fk_clientinfo; } } /// /// /// public string FK_StorePlace { set { _fk_storeplace = value; } get { return _fk_storeplace; } } /// /// /// public string FK_BakSP { set { _fk_baksp = value; } get { return _fk_baksp; } } /// /// /// public string FK_Adder { set { _fk_adder = value; } get { return _fk_adder; } } /// /// /// public string FK_FlowType { set { _fk_flowtype = value; } get { return _fk_flowtype; } } /// /// /// public string LFPTName { set { _lfptname = value; } get { return _lfptname; } } #endregion Model } }