清明节前导表预提交
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace IRaCIS.Core.Domain.Share
|
||||
{
|
||||
public enum TrialExternalUserStateEnum
|
||||
@@ -21,17 +23,23 @@ namespace IRaCIS.Core.Domain.Share
|
||||
|
||||
public enum TrialSiteUserStateEnum
|
||||
{
|
||||
[Description("待邀请")]
|
||||
//待发送
|
||||
WaitSent = 0,
|
||||
|
||||
[Description("已邀请")]
|
||||
//已发送
|
||||
HasSend = 1,
|
||||
|
||||
[Description("已确认")]
|
||||
//用户已确认
|
||||
UserConfirmed = 2,
|
||||
|
||||
[Description("已拒绝")]
|
||||
//用户已确认
|
||||
UserReject = 3,
|
||||
|
||||
[Description("已超时")]
|
||||
OverTime = 4
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user