| | |
| | | using System.Linq; |
| | | using System.Web; |
| | | |
| | | namespace LFServer.Models |
| | | namespace ExportMap.Models |
| | | { |
| | | /// <summary> |
| | | /// 出图参数 |
| | |
| | | public class ExportArgs |
| | | { |
| | | public ExportArgs() { } |
| | | |
| | | public String token { set; get; } |
| | | |
| | | /// <summary> |
| | | /// 标题 |
| | |
| | | /// <summary> |
| | | /// 纸张大小 |
| | | /// </summary> |
| | | public string pageSize { set; get; } |
| | | public String pageSize { set; get; } |
| | | |
| | | /// <summary> |
| | | /// 省份 |
| | |
| | | public int dpi { set; get; } |
| | | |
| | | /// <summary> |
| | | /// 模板文件 |
| | | /// </summary> |
| | | public String qpt { set; get; } |
| | | |
| | | /// <summary> |
| | | /// 设置默认值 |
| | | /// </summary> |
| | | public void SetDefault() |