﻿function BasicGoods(_id, _name, _briefName, _brief, _categoryId, _smallImgSrc, _goodsLevel, _supplierId, _marketPrice, _amountOfDelivery, _onSale, _isPreview, _bidPrice, _priceChange, _maximumPrice, _lowestPrice, _startAuctionTime, _endAuctionTime, _cycleTime, _auctionArea, _hDPrice, _dZPrice, _snapType, _transferPriceRatio, _sort, _createTime, _opid, _stopReason, _status, _snapStatus, _snapPrice, _snapUserId, _snapUserName, _snapTime, _payStatus, _isTransfer, _transferSort, _transferPriceType, _transferPrice, _buyUserId, _transferStatus, _transferTime, _successRewardType, _successRewardPoints, _snapActionType, _snapSeatNum, _snapSeatPrice, _seatOrderNum, _assignSeatPoint, _minSeatNum) {
    this.Id = _id;
    this.Name = _name;
    this.BriefName = _briefName;
    this.Brief = _brief;
    this.CategoryId = _categoryId;
    this.SmallImgSrc = _smallImgSrc;
    this.GoodsLevel = _goodsLevel;
    this.SupplierId = _supplierId;
    this.MarketPrice = _marketPrice;
    this.AmountOfDelivery = _amountOfDelivery;
    this.OnSale = _onSale;
    this.IsPreview = _isPreview;
    this.BidPrice = _bidPrice;
    this.PriceChange = _priceChange;
    this.MaximumPrice = _maximumPrice;
    this.LowestPrice = _lowestPrice;
    this.StartAuctionTime = _startAuctionTime;
    this.EndAuctionTime = _endAuctionTime;
    this.CycleTime = _cycleTime;
    this.AuctionArea = _auctionArea;
    this.HDPrice = _hDPrice;
    this.DZPrice = _dZPrice;
    this.SnapType = _snapType;
    this.TransferPriceRatio = _transferPriceRatio;
    this.Sort = _sort;
    this.CreateTime = _createTime;
    this.Opid = _opid;
    this.StopReason = _stopReason;
    this.Status = _status;
    this.SnapStatus = _snapStatus;
    this.SnapPrice = _snapPrice;
    this.SnapUserId = _snapUserId;
    this.SnapUserName = _snapUserName;
    this.SnapTime = _snapTime;
    this.PayStatus = _payStatus;
    this.IsTransfer = _isTransfer;
    this.TransferSort = _transferSort;
    this.TransferPriceType = _transferPriceType;
    this.TransferPrice = _transferPrice;
    this.BuyUserId = _buyUserId;
    this.TransferStatus = _transferStatus;
    this.TransferTime = _transferTime;
    this.SuccessRewardType = _successRewardType;
    this.SuccessRewardPoints = _successRewardPoints;
    this.SnapActionType = _snapActionType;
    this.SnapSeatNum = _snapSeatNum;
    this.SnapSeatPrice = _snapSeatPrice;
    this.SeatOrderNum = _seatOrderNum;
    this.AssignSeatPoint = _assignSeatPoint;
    this.MinSeatNum = _minSeatNum;
}
