using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace VueWebCoreApi.Models { public class BatchProcess { /// /// 车间编码 /// public string wkshopcode { get; set; } // /// 工艺编码 /// public string routecode { get; set; } /// /// 产品编码 /// public string partcode { get; set; } } }