+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Mapper +@Repository +public interface JudgeMapper extends BaseMapper+ * 服务类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ + +public interface JudgeService extends IService+ * 服务实现类 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Service +public class JudgeServiceImpl extends ServiceImpl+ * Mapper 接口 + *
+ * + * @author Himit_ZH + * @since 2020-10-23 + */ +@Mapper +@Repository +public interface JudgeCaseMapper extends BaseMapper- * Mapper 接口 + * Mapper 接口 *
* * @author Himit_ZH * @since 2020-10-23 */ +@Mapper +@Repository public interface JudgeMapper extends BaseMapper+ * 服务类 + *
+ * + * @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 + */ +@Service +public class JudgeCaseServiceImpl extends ServiceImpl- * 服务实现类 + * 服务实现类 *
* * @author Himit_ZH @@ -17,4 +18,7 @@ import org.springframework.stereotype.Service; @Service public class JudgeServiceImpl extends ServiceImpl
+ For a guide and recipes on how to configure / customize this project,
+ check out the
+ vue-cli documentation.
+