物料签收添加子载具,扫码投料bug
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 扫码投料
|
||||
/// </summary>
|
||||
public class FeedingDetailOutput
|
||||
{
|
||||
public string carry_id { get; set; }
|
||||
public string carry_name { get; set; }
|
||||
public List<CarryCodeDetailOutput> children { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user