This commit is contained in:
2023-11-02 11:45:44 +08:00
parent 8c31205e70
commit 95ecfd1814
5 changed files with 39 additions and 1 deletions

View File

@@ -103,6 +103,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 工位
/// </summary>
public string? station { get; set; }
/// <summary>
/// 料箱二维码
/// </summary>
public string material_box_qrcode { get; set; }
}
}