Package com.sogou.qadev.service.cynthia.bean.UserInfo

Examples of com.sogou.qadev.service.cynthia.bean.UserInfo.UserStat


    }
    UserInfo userInfo = das.queryUserInfoByUserName(userMail);
    if (userInfo == null) {
      return "false";
    }
    UserStat userStat = null;
    try {
      userStat = UserStat.valueOf(request.getParameter("status"));
    } catch (Exception e) {
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of com.sogou.qadev.service.cynthia.bean.UserInfo.UserStat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.