mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 19:34:45 +08:00
完成流程实例列表/详情、流程模版添加
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenAuth.Domain
|
||||
{
|
||||
public WFSchemeContent()
|
||||
{
|
||||
this.WFSchemeInfoId= string.Empty;
|
||||
this.SchemeInfoId= Guid.Empty;
|
||||
this.SchemeVersion= string.Empty;
|
||||
this.SchemeContent= string.Empty;
|
||||
this.CreateDate= DateTime.Now;
|
||||
@@ -31,7 +31,7 @@ namespace OpenAuth.Domain
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string WFSchemeInfoId { get; set; }
|
||||
public Guid SchemeInfoId { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user