注塑满箱入库申请接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class InstockInput
|
||||
{
|
||||
public string equip_code { get; set; }
|
||||
public string as_location_code { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user