1
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user