mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
增加撤销与启动,详见:#I3ILBG
调整工程结构,采用模块化机制
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Infrastructure.Const;
|
||||
using OpenAuth.Repository.Core;
|
||||
|
||||
namespace OpenAuth.Repository.Domain
|
||||
@@ -44,7 +45,7 @@ namespace OpenAuth.Repository.Domain
|
||||
this.CreateUserName= string.Empty;
|
||||
this.FlowLevel= 0;
|
||||
this.Description= string.Empty;
|
||||
this.IsFinish= 0;
|
||||
this.IsFinish= FlowInstanceStatus.Running;
|
||||
this.MakerList= string.Empty;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user