注塑满箱入库申请接口

This commit is contained in:
2023-11-02 17:33:58 +08:00
parent 910d96c921
commit 46772647e7
6 changed files with 155 additions and 2 deletions

View File

@@ -126,8 +126,8 @@ public partial class PrdReport : BaseEntity<string>
public string? process_id { get; set; }
/// <summary>
/// 料箱二维码
/// 料箱编号
/// </summary>
public string material_box_qrcode { get; set; }
public string material_box_code { get; set; }
}