namespace ET { public class VerificationCodeInfo: Entity, IAwake, IDestroy { //有效截止时间(生成时候的时间+5分钟) public long EndTime; //验证码 public string Code; //属于的账户--验证码归属标识 public string Account; } }