namespace IRaCIS.Core.Domain.Share
{
public enum TrialExternalUserStateEnum
//待发送
WaitSent = 0,
//已发送
HasSend = 1,
//用户已确认
UserConfirmed = 2
}