/// <summary> /// 商品资料 /// </summary> private void SyncItem() { ItemLogic itemlogic = new ItemLogic(); itemlogic.AddProductToFw(_startTime, _endTime); itemlogic.AddGoodsToWm(_startTime, _endTime); itemlogic.UpdateGoodsToWm(_startTime, _endTime); itemlogic.UpdateGoodsShelfStatusToWm(_startTime, _endTime); }