feat(control): add extended return search for tables and forms

This commit is contained in:
2026-07-29 15:57:29 +08:00
parent b893e8d8e4
commit 1bbe9c9a4c
13 changed files with 2818 additions and 645 deletions
@@ -139,6 +139,10 @@ namespace Lskj.Control.Model
/// <value>The text member.</value>
public string TextMember { get; set; }
/// <summary>
/// 扩展返回字段映射,格式为“业务控件字段=返回数据字段”。
/// </summary>
public string ResultFields { get; set; }
/// <summary>
/// Gets or sets the source SQL.
/// </summary>
/// <value>The source SQL.</value>