set IDENTITY_INSERT OutDetails on
insert OutDetails(Outid, Goodsid, OutDepot, Amount, OutPrice) values(2, 39, 2, 1, 1.00)
set IDENTITY_INSERT OutDetails on
insert OutDetails(Outid, Goodsid, OutDepot, Amount, OutPrice) values(2, 39, 2, 1, 1.00)