1
huangxiaoqiang
3 天以前 5a15fa73d5f6a39917013871a65eb11a8c013391
项目代码/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; }
    }
}