出库记录微调

This commit is contained in:
2026-01-12 11:44:25 +08:00
parent fa9f9e14d8
commit aa98454c32

View File

@@ -14,6 +14,11 @@ namespace DOAN.Model.BZFM.Dto
public string TransactionType { get; set; }
/// <summary>
/// 工单号
/// </summary>
public string Workorder { get; set; }
public string Operator { get; set; }
}
@@ -57,7 +62,10 @@ namespace DOAN.Model.BZFM.Dto
public DateTime? CreatedTime { get; set; }
/// <summary>
/// 工单号
/// </summary>
public string Workorder { get; set; }
[ExcelColumn(Name = "出库类型")]
public string TransactionTypeLabel { get; set; }