@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.area.AreaService;
@Tag(name = "管理后台 - 地区")
@RestController
-@RequestMapping("/menduner.system/area")
+@RequestMapping("/menduner/system/area")
@Validated
public class AreaController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.certificate.CertificateService;
@Tag(name = "管理后台 - 证书")
-@RequestMapping("/menduner.system/certificate")
+@RequestMapping("/menduner/system/certificate")
public class CertificateController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.cvattachment.CvAttachmentService;
@Tag(name = "管理后台 - 简历附件")
-@RequestMapping("/menduner.system/cv-attachment")
+@RequestMapping("/menduner/system/cv-attachment")
public class CvAttachmentController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.eduexp.EduExpService;
@Tag(name = "管理后台 - 教育经历")
-@RequestMapping("/menduner.system/edu-exp")
+@RequestMapping("/menduner/system/edu-exp")
public class EduExpController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.jobinterested.JobInterestedServic
@Tag(name = "管理后台 - 求职意向")
-@RequestMapping("/menduner.system/job-interested")
+@RequestMapping("/menduner/system/job-interested")
public class JobInterestedController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.major.MajorService;
@Tag(name = "管理后台 - 专业")
-@RequestMapping("/menduner.system/major")
+@RequestMapping("/menduner/system/major")
public class MajorController {
@@ -29,7 +29,7 @@ import static com.citu.framework.common.pojo.CommonResult.success;
@Tag(name = "管理后台 - 职位信息")
-@RequestMapping("/menduner.system/position")
+@RequestMapping("/menduner/system/position")
public class PositionController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.positiontag.PositionTagService;
@Tag(name = "管理后台 - 职位标签")
-@RequestMapping("/menduner.system/position-tag")
+@RequestMapping("/menduner/system/position-tag")
public class PositionTagController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.school.SchoolService;
@Tag(name = "管理后台 - 学校")
-@RequestMapping("/menduner.system/school")
+@RequestMapping("/menduner/system/school")
public class SchoolController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.usercertificate.UserCertificateSe
@Tag(name = "管理后台 - 用户证书")
-@RequestMapping("/menduner.system/user-certificate")
+@RequestMapping("/menduner/system/user-certificate")
public class UserCertificateController {
@Tag(name = "管理后台 - 用户信息-个人档案")
-@RequestMapping("/menduner.system/user-info")
+@RequestMapping("/menduner/system/user-info")
public class UserInfoController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.userskill.UserSkillService;
@Tag(name = "管理后台 - 用户技能")
-@RequestMapping("/menduner.system/user-skill")
+@RequestMapping("/menduner/system/user-skill")
public class UserSkillController {
@@ -30,7 +30,7 @@ import com.citu.module.menduner.system.service.workexp.WorkExpService;
@Tag(name = "管理后台 - 工作经历")
-@RequestMapping("/menduner.system/work-exp")
+@RequestMapping("/menduner/system/work-exp")
public class WorkExpController {