优化
@ -1,4 +1,4 @@
|
||||
package com.ruoyi.web.controller.fbs;
|
||||
package com.ruoyi.web.controller.bgt;
|
||||
|
||||
import com.ruoyi.common.annotation.Log;
|
||||
import com.ruoyi.common.annotation.RepeatSubmit;
|
||||
@ -20,11 +20,11 @@ import org.springframework.web.bind.annotation.*;
|
||||
* @author ruoyi
|
||||
* @date 2025-02-17
|
||||
*/
|
||||
@Api(value = "分包商项目任务申请控制器", tags = {"分包商项目任务申请管理"})
|
||||
@Api(value = "App包工头项目任务申请控制器", tags = {"App包工头项目任务申请管理"})
|
||||
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
||||
@RestController
|
||||
@RequestMapping("/app/fbs/apply")
|
||||
public class AppFbsProjectTaskApplyController extends BaseController {
|
||||
@RequestMapping("/app/bgt/apply")
|
||||
public class AppBgtProjectTaskApplyController extends BaseController {
|
||||
|
||||
private final IFbsProjectTaskApplyService iFbsProjectTaskApplyService;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.ruoyi.web.controller.fbs;
|
||||
package com.ruoyi.web.controller.bgt;
|
||||
|
||||
import com.ruoyi.common.core.controller.BaseController;
|
||||
import com.ruoyi.common.core.domain.AjaxResult;
|
||||
@ -29,7 +29,7 @@ import java.util.List;
|
||||
@RequiredArgsConstructor(onConstructor_ = @Autowired)
|
||||
@RestController
|
||||
@RequestMapping("/app/fbs/task")
|
||||
public class AppFbsProjectTaskController extends BaseController {
|
||||
public class AppBgtProjectTaskController extends BaseController {
|
||||
|
||||
private final IFbsProjectTaskService iFbsProjectTaskService;
|
||||
|
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 538 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 538 KiB |
After Width: | Height: | Size: 538 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 538 KiB |