This commit is contained in:
zt
2025-02-27 16:11:54 +08:00
parent be3f814cda
commit 4f6598b23b
34 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB