@ -24,6 +24,6 @@ namespace DS.Module.PrintModule
/// <summary>
/// 打印类型 1. PDF 2.EXCEL 2.WORD
/// </summary>
public string PrintType { get; set; }
public string PrintType { get; set; } = "1";
}