This commit is contained in:
2023-11-07 14:58:43 +08:00
parent b7ae473d8e
commit 64bb0ff680
9 changed files with 175 additions and 5 deletions

View File

@@ -129,5 +129,10 @@ public partial class PrdReport : BaseEntity<string>
/// 料箱编号
/// </summary>
public string material_box_code { get; set; }
/// <summary>
/// 长管挤出入库库位
/// </summary>
public string location_code { get; set; }
}