毛坯出入库修改,质量报表生成标签功能添加

This commit is contained in:
2025-10-23 17:51:03 +08:00
parent ea4d9ee0f0
commit 7270da5508
6 changed files with 212 additions and 57 deletions

View File

@@ -72,6 +72,10 @@
/// </summary>
public string Partnumber { get; set; }
/// <summary>
/// 库位
/// </summary>
public string LocationCode { get; set; }
/// <summary>
/// 短批次系统入库时间
/// </summary>
public DateTime? EntryWarehouseTime { get; set; }