yxh
yxh
3 天以前 1f4569eebff6894a1dff3cf2bb205e0cf839f449
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceTransportFileController.java
@@ -24,9 +24,9 @@
 * @author ruoyi
 * @date 2025-12-15
 */
@Api(description = "供者转运登记附件")
@Api(description = "供者转运登记附件",tags = {"供者转运登记附件"})
@RestController
@RequestMapping("/system/transportfile")
@RequestMapping("/project/transportfile")
public class ServiceTransportFileController extends BaseController {
    @Autowired
    private IServiceTransportFileService serviceTransportFileService;