1
yangpeixing
2026-02-04 e4a391c581aaca1fa7b0239bc96375d0c0cb8de6
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
@@ -41,5 +41,11 @@
        [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; }
    }
}