1
yangpeixing
2026-03-31 e9fbecd61a9ab8c5d906269150b6cdc8ca86dfdb
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetailCP.cs
@@ -40,6 +40,12 @@
        [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; }
    }
}