天益报表导出功能

This commit is contained in:
2024-08-13 16:41:01 +08:00
parent f285bd6c82
commit bb07f37a16
4 changed files with 91 additions and 4 deletions

View File

@@ -35,4 +35,19 @@ public class VisualDevModelListQueryInput : PageInputBase
/// 工序编码
/// </summary>
public string process_code { get; set; }
#region
/// <summary>
/// 数据查询api(用于报表导出)
/// </summary>
public string customDataApi { get; set; }
/// <summary>
/// 数据查询字段列名对应关系(用于报表导出)
/// </summary>
public string fieldChnRelation { get; set; }
#endregion
}