hudong
2025-05-23 27d187d5834cc6eabc0fba79c13f9d8efd6bec19
api/ApiModel.cs
@@ -348,11 +348,22 @@
            public string arrival_no { get; set; }
            public string item_code { get; set; }
            public string S_BATCH_NO { get; set; }
            public string S_SERIAL_NO { get; set; }
            //public string S_SERIAL_NO { get; set; }
            public string N_ROW_NO { get; set; }
            public float qty { get; set; }
        }
        /// <summary>
        /// 空托出入库
        /// </summary>
        public class KtSorting
        {
            public string cntr_code { get; set; }//容器
            public string start { get; set; }//容器
            public int? Type { get; set; }
        }
        /// <summary>
        /// 人工分拣入参
        /// </summary>
        public class FJSorting