VueWebCoreApi/Models/ScanStartReportData.cs
@@ -15,8 +15,10 @@
        public string seq { get; set; } //当前工序序号
        public string stepcode { get; set; } //当前工序编码
        public string stepname { get; set; } //当前工序
        public string stepprice { get; set; } //当前工序工价
        public string nextstepcode { get; set; } //下道工序编码
        public string nextstepname { get; set; } //下道工序
        public string nextstepprice { get; set; } //下道工序工价
        public string stepdesc { get; set; } //工序描述
        public decimal planqty { get; set; } //任务数量
        public decimal startqty { get; set; } //开工数量