- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- namespace WMS.Info
- {
- public class TaskQueryRequest
- {
- public string StockOutType { get; set; }
- public string KeyWord { get; set; }
- public Pagination pagination { get; set; }
- }
- }
|