提交代码
This commit is contained in:
@@ -44,6 +44,7 @@ namespace BLL
|
||||
newGoodsBuyItem.GoodsBuyId = GoodsBuyItem.GoodsBuyId;
|
||||
newGoodsBuyItem.GoodsModelId = GoodsBuyItem.GoodsModelId;
|
||||
newGoodsBuyItem.Quantity = GoodsBuyItem.Quantity;
|
||||
newGoodsBuyItem.Num = GoodsBuyItem.Num;
|
||||
newGoodsBuyItem.RequiredTime = GoodsBuyItem.RequiredTime;
|
||||
db.DriverGoods_GoodsBuyItem.InsertOnSubmit(newGoodsBuyItem);
|
||||
db.SubmitChanges();
|
||||
|
||||
Reference in New Issue
Block a user