1
wankeda
2026-03-02 4d5db2fa80e37839bbe2ceeb22e501afd583f8af
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_CPInboundOrderDetail.cs
@@ -18,7 +18,7 @@
        public int OrderDetailId { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "箱ID")]
        public int BoxId { get; set; }
        public float BoxId { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "箱号")]
        public string BoxCode { get; set; }
@@ -30,12 +30,21 @@
        public string PartNum { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "物料ID")]
        public int JobId { get; set; }
        public float JobId { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "PCS数量")]
        public int QtyOfpcs { get; set; }
        public float QtyOfpcs { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "叉板数")]
        public int QtyOfxout { get; set; }
        public float QtyOfxout { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "状态")]
        public int CPOrderDetailStatus { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "LPNNO")]
        public string LPNNO { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "WMS源库位")]
        public string  OrinalLocation { get; set; }
    }
}