{
  //#region 格式化字符串
  /**
   * @type {string}
   * @description 通用日期格式
   */
  format_CommonDate: "dd/MM/yyyy",
  //#endregion

  //#region 系统下拉数据标识
  /**
   * @type {string}
   * @description 导出文件类型_xls
   */
  exportFileType_Excel: "Excel",
  /**
   * @type {string}
   * @description 导出文件类型_xlsx
   */
  exportFileType_ExcelPlus: "ExcelPlus",
  /**
   * @type {string}
   * @description 导出文件类型_PDF
   */
  exportFileType_PDF: "PDF",
  //#endregion
}
