using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace VueWebCoreApi.Models { public class AppLabCode { /// /// 功能编码 /// public string rightcode { get; set; } /// /// 标签条码 /// public string labcode { get; set; } /// /// 标签数量 /// public string labqty { get; set; } /// /// 物料编码 /// public string partnumber { get; set; } } }