CutterInfo.cs 364 Bytes
using Hh.Mes.POJO.Entity;
using System;
using System.Collections.Generic;
using System.Text;

namespace Hh.Mes.POJO.ApiEntity
{
    public class CutterInfo
    {
       public List<bus_workOrder_detail> cutList { get; set; }=new List<bus_workOrder_detail>();
        public List<base_inventory> inventoryList { get; set; } = new List<base_inventory>();
    }
}