职位管理,权限管理

master
shijie 4 years ago
parent 218bde3498
commit 185433e307
  1. 7
      dq-financial-crms/src/main/java/com/daqing/financial/crms/controller/CustomerController.java

@ -6,10 +6,9 @@ import com.daqing.framework.domain.crms.request.CustomerRequest;
import com.daqing.framework.model.response.ResponseResult; import com.daqing.framework.model.response.ResponseResult;
import com.daqing.framework.utils.PageUtils; import com.daqing.framework.utils.PageUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam; import java.util.List;
import org.springframework.web.bind.annotation.RestController;
/** /**

Loading…
Cancel
Save