This commit is contained in:
2025-12-11 17:49:54 +08:00
parent 96081cf795
commit 986e2a0d21
20 changed files with 514 additions and 206 deletions

View File

@@ -141,10 +141,8 @@ namespace Gatedge.ScanCode.Services
FStockId = n.FBarStockId,
},
FBarQty = n.FBarQty,
FBarMoEntryId = n.FMoEntryId == 0 ? null : new MoEntry()
{
FEntryId = n.FMoEntryId
},
FSrcBillId = n.FSrcBillId,
FSrcEntryId = n.FSrcEntryId,
FBarAuxPropId = n.FBarAuxpropId == 0 ? null : n.FBarAuxpropId
}),