杨前锦
2025-07-01 a93b0e99036c24b9bd58c79bf5e7364b1ba28bae
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LjLotOutTask.cs
@@ -29,5 +29,21 @@
        public string RECEIVE_DATE { get; set; } //读取日期 
        public string TASK_STATUS { get; set; } //任务执行状态 1:执行中,2:完成  3:机台已返回
        public string EQP { get; set; } //机台编号
        /*public int ID { get; set; } //主键
        public string Material_Code { get; set; } //物料编码
        public string lot_name { get; set; } //批次条码
        public string Pallet_Id { get; set; } //托盘号
        public string Position_Id { get; set; } //点位编号
        public string QC_Status { get; set; } //状态
        public string Unit { get; set; } //单位
        public int QTY { get; set; } //数量
        public string Out_Date { get; set; } //出库时间
        public string creation_date  { get; set; } //创建日期
        public string receive_flag { get; set; } //记录状态 PENDING:默认 COMPLETE:读取
        public string receive_date { get; set; } //读取日期
        public string Task_Status { get; set; } //任务执行状态 1:执行中,2:完成  3:机台已返回
        public string EQP { get; set; } //机台编号*/
    }
}