mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
同步OpenAuth.Core
修复mvc三级菜单; Reposiroty单元测试读取webapi配置文件; 修复日志打印2次;
This commit is contained in:
@@ -105,8 +105,10 @@ namespace OpenAuth.Repository.Domain
|
||||
public string FrmData { get; set; }
|
||||
/// <summary>
|
||||
/// 表单类型
|
||||
/// <para>0:动态表单;1:开发者自定义表单;2:拖动表单</para>
|
||||
/// <para>当类型为1时,流程实例必需有DbName,用于直接向对应数据库表中写入数据</para>
|
||||
/// </summary>
|
||||
[Description("表单类型")]
|
||||
[Description("表单类型:0:动态表单;1:开发者自定义表单;2:拖动表单")]
|
||||
public int FrmType { get; set; }
|
||||
/// <summary>
|
||||
/// 表单中的控件属性描述
|
||||
|
Reference in New Issue
Block a user