1
yangpeixing
2025-12-04 885092869d8a27a0b77d6e55d3dd3f00f29e8002
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/GetStockSelectViewDto.cs
@@ -9,7 +9,7 @@
    public class GetStockSelectViewDto
    {
        public string materielCode { get; set; }
        public string materielName { get; set; }
        public string demandClassification { get; set; }
        public int pageNo { get; set; }
    }
}