using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.Storehouse { /// /// 库存 /// public class StorehouseRequest { /// /// 日期类型 1 天 2 周 3 月 4 年 /// public int DateType { get; set; } } }