chenrui
2025-05-07 58fbb043c23cec7ab18a0dec5fc1611eee51b004
src/main/java/com/ruoyi/basic/controller/CustomerController.java
@@ -5,6 +5,7 @@
import com.ruoyi.basic.pojo.Customer;
import com.ruoyi.basic.service.ICustomerService;
import lombok.AllArgsConstructor;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
@@ -30,6 +31,7 @@
 */
@RestController
@RequestMapping("/system/customer")
@AllArgsConstructor
public class CustomerController extends BaseController
{
    @Autowired