using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.Print { /// /// 出版 /// public class PrintRequest { /// /// 日期类型 1 天 2 周 3 月 4 年 /// public int DateType { get; set; } } }