using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace VueWebApi.Models { public class AppLabCode { public string rightcode { get; set; } public string labcode { get; set; } public string labqty { get; set; } public string partnumber { get; set; } } }