wankeda
2025-12-29 60fb2fdfaddceda64b934b2167ca255f8c3579b8
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
@@ -18,7 +18,7 @@
        public int StockDetailId { 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,16 @@
        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 CPStockDetailStatus { get; set; }
    }
}