添加项目文件。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Domain.Share
|
||||
{
|
||||
public enum TrialExternalUserStateEnum
|
||||
{
|
||||
//待发送
|
||||
WaitSent = 0,
|
||||
|
||||
//已发送
|
||||
HasSend = 1,
|
||||
|
||||
//用户已确认
|
||||
UserConfirmed = 2
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user