maven
2025-12-25 1d48b3889cb66cc91b8d24e19d03022732615f27
src/main/java/com/ruoyi/sales/controller/CommonFileController.java
@@ -11,6 +11,9 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.io.IOException;
import java.util.List;
@RestController
@RequestMapping("/commonFile")
@AllArgsConstructor
@@ -29,4 +32,6 @@
        }
        return toAjax(commonFileService.delCommonFileByIds(ids));
    }
}