// 获取促销 func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion { return promImpl.FactoryPromotion(this, this._goodsRep, this._memberRep, v) }
// 获取促销 func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion { return promImpl.FactoryPromotion(this, this._saleRep, v) }