namespace GxPress.Request.Sell { /// /// 发行 /// public class SellRequest { /// /// 日期类型 1 天 2 周 3 月 4 年 /// public int DateType { get; set; } } }