using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace VueWebCoreApi.Models { public class AdvancedSchedulingDevice { public string wo_code { get; set; } public string YearDate { get; set; } public List children { get; set; } } public class AdvancedSchedulingDeviceCont { public string AdvaDevicNumber { get; set; } public string AdvaDevicName { get; set; } public string AdvaDevicCropMob { get; set; } public string AdvaDevicRhythm { get; set; } public string OneStartDate { get; set; } public string TwoStartDate { get; set; } public string ThreeStartDate { get; set; } public string FourStartDate { get; set; } public string FiveStartDate { get; set; } } }