You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
486 B

namespace QuanTan.SDK.Models.Supplier
{
public class QuanTan_Supplier_QueryOrderReuqest
{
public string stroeId { get; set; }
public string stockType { get; set; }
public DateTime? createStart { get; set; }
public DateTime? createEnd { get; set; }
public DateTime? updateStart { get; set; }
public DateTime? updateEnd { get; set; }
public int page { get; set; }
public int pageSize { get; set; }
}
}