出入库,增加工单关联

This commit is contained in:
2026-01-12 11:34:28 +08:00
parent 36a19c5dce
commit fa9f9e14d8
5 changed files with 23 additions and 0 deletions

View File

@@ -104,6 +104,11 @@ namespace DOAN.Model.BZFM.Dto
[ExcelColumn(Name = "出库类型")]
public string TransactionTypeLabel { get; set; }
/// <summary>
/// 工单号(一旦确定,不可更改)
/// </summary>
public string Workorder { get; set; }
// 1-蓝单正向 2-红单逆向
public int ReceiptType { get; set; } = 1;
}