This commit is contained in:
qianhao.xu
2024-05-13 10:05:09 +08:00
parent cc50aa458a
commit e24a6de4c8
4 changed files with 53 additions and 30 deletions

View File

@@ -17,7 +17,9 @@ namespace ZR.Model.MES.mm.Dto
public class Workerorder_Ingredient
{
public string workorder { set; get; }
public string partnumber { set; get; }
public string blanknumber { set; get; }
public int previousNumber { set; get; }
public int previousNumbered { set; get; }
}