外包装入库申请
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class MarkingLabelInput
|
||||
{
|
||||
public string station_id { get; set; }
|
||||
public string mark_code { get; set; }
|
||||
public string label_code { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class TrayQrcodeInput
|
||||
{
|
||||
public string qrcode { get; set; }
|
||||
|
||||
public string station_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user