提交
This commit is contained in:
24
ZR.Model/MES/mm/Dto/IngredientTaskDto.cs
Normal file
24
ZR.Model/MES/mm/Dto/IngredientTaskDto.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.mm.Dto
|
||||
{
|
||||
public class IngredientTaskDto
|
||||
{
|
||||
|
||||
public string agv_position { set; get; }
|
||||
public List<Workerorder_Ingredient> workorders { set; get; }
|
||||
|
||||
}
|
||||
|
||||
public class Workerorder_Ingredient
|
||||
{
|
||||
public string workorder { set; get; }
|
||||
public string partnumber { set; get; }
|
||||
public int previousNumber { set; get; }
|
||||
public int previousNumbered { set; get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user