feat(control): add extended return search for tables and forms
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user