chenhj
2026-04-22 7717e061132e510abd448ddaeb78e595b1d5d46d
src/main/java/com/ruoyi/sales/controller/SalespersonManagementController.java
@@ -4,12 +4,11 @@
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ruoyi.framework.web.controller.BaseController;
import com.ruoyi.framework.web.domain.AjaxResult;
import com.ruoyi.sales.dto.InvoiceLedgerDto;
import com.ruoyi.sales.pojo.SalespersonManagement;
import com.ruoyi.sales.service.SalespersonManagementService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import lombok.AllArgsConstructor;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.*;
@@ -22,10 +21,9 @@
@RestController
@RequestMapping("/salespersonManagement")
@Api(tags = "业务员管理")
@AllArgsConstructor
public class SalespersonManagementController extends BaseController {
    @Autowired
    private SalespersonManagementService salespersonManagementService;
    @GetMapping("/listPage")