1
yangpeixing
2026-03-30 cead83ec0c98c21cbabf39b02cd396470b3f8131
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,22 @@
        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; }
        [SugarColumn(IsNullable = true, ColumnDescription = "LPNNO")]
        public string LPNNO { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "WMS源库位")]
        public string OrinalLocation { get; set; }
    }
}