+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface AuthMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface CommentMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface CommentTagMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestAnnouncementMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestExplanationMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestProblemMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestRecordMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestRegisterMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestScoreMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface JudgeCaseMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface JudgeMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ProblemCountMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ProblemMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface RoleAuthMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface RoleMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface UserAcproblemMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Mapper +@Repository +public interface UserInfoMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Mapper +@Repository +public interface UserRecordMapper extends BaseMapper+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Mapper +@Repository +public interface UserRoleMapper extends BaseMapper+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface AuthService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface CommentService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface CommentTagService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestAnnouncementService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestExplanationService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestProblemService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestRecordService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestRegisterService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestScoreService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ContestService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface JudgeCaseService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface JudgeService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ProblemCountService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface ProblemService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface RoleAuthService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface RoleService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface UserAcproblemService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface UserInfoService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface UserRecordService extends IService+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +public interface UserRoleService extends IService+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class AuthServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class CommentServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class CommentTagServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestAnnouncementServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestExplanationServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestProblemServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestRecordServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestRegisterServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestScoreServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ContestServiceImpl extends ServiceImpl\n" + + "\t\t\t\t\t\tDear "+username+"\n" + + "\t\t\t\t\t
\n" + + "\t\t\t\t\t\n" + + "\t\t\t\t\t\t您收到这封电子邮件是因为您 (也可能是某人冒充您的名义) 在 HOJ 上进行注册。假如这不是您本人所申请, 请不用理会这封电子邮件, 但是如果您持续收到这类的信件骚扰, 请您尽快联络管理员。\n" + + "\t\t\t\t\t
\n" + + "\t\t\t\t\t\n" +
+ "\t\t\t\t\t\t欢迎常来访问!
\n" +
+ "\t\t\t\t\t\t© 2020 \n" +
+ "\t\t\t\t\t\t\tHODE-OJ \n" +
+ "\t\t\t\t\t
+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class JudgeCaseServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class JudgeServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ProblemCountServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class ProblemServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class RoleAuthServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class RoleServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class UserAcproblemServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class UserInfoServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class UserRecordServiceImpl extends ServiceImpl+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class UserRoleServiceImpl extends ServiceImpl