liusheng
2026-01-21 29f287cf6e4869d7bbc283991458e09a03b59c52
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceTransportFileController.java
@@ -26,7 +26,7 @@
 */
@Api(description = "供者转运登记附件")
@RestController
@RequestMapping("/system/transportfile")
@RequestMapping("/project/transportfile")
public class ServiceTransportFileController extends BaseController {
    @Autowired
    private IServiceTransportFileService serviceTransportFileService;