zjh
2025-08-01 248a44660c4e14585aac84e145ec407d9fca8cf9
StandardPda/MES.Service/Dto/service/MesItemQtList.cs
@@ -2,10 +2,7 @@
{
    public class MesItemQtList
    {
        /// <summary>
        /// 工单号
        /// </summary>
        public string WorkOrderNumber { get; set; }
        /// <summary>
        /// 物料编号
@@ -93,5 +90,10 @@
        /// 产成品编码
        /// </summary>
        public string FinishedProduct { get; set; }
        /// <summary>
        /// 领料用途
        /// </summary>
        public string PickingUsage { get; set; }
    }
}