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

@@ -103,9 +103,13 @@ namespace Gatedge.ScanCode.Models.K3Request.SaveModel
/// </summary>
public Stock? FBarStockId { get; set; }
/// <summary>
/// 生产订单分录
/// 源单Id
/// </summary>
public MoEntry? FBarMoEntryId { get; set; }
public string FSrcBillId { get; set; }
/// <summary>
/// 源单分录Id
/// </summary>
public string FSrcEntryId { get; set; }
}
/// <summary>