This commit is contained in:
2023-11-23 09:58:41 +08:00
parent 2524db7e1e
commit 24d8363096
6 changed files with 185 additions and 9 deletions

View File

@@ -99,9 +99,14 @@
public string? station { get; set; }
/// <summary>
/// 料箱二维
/// 料箱
/// </summary>
public string material_box_qrcode { get; set; }
public string material_box_code { get; set; }
/// <summary>
/// 入库库位
/// </summary>
public string location_code { get; set; }
}
}

View File

@@ -131,7 +131,7 @@ public partial class PrdReport : BaseEntity<string>
public string material_box_code { get; set; }
/// <summary>
/// 长管挤出入库库位
/// 入库库位
/// </summary>
public string location_code { get; set; }