| | |
| | | import com.ruoyi.basic.dto.CustomerDto; |
| | | import com.ruoyi.basic.pojo.Customer; |
| | | import com.ruoyi.basic.vo.CustomerVo; |
| | | import com.ruoyi.framework.web.domain.AjaxResult; |
| | | import com.ruoyi.framework.web.domain.R; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | List<Map<String, Object>> customerList(Customer customer); |
| | | |
| | | List<Customer> selectCustomerLists(Customer customer); |
| | | List<CustomerVo> selectCustomerLists(CustomerDto customer); |
| | | |
| | | AjaxResult importData(MultipartFile file); |
| | | R importData(MultipartFile file, Integer type); |
| | | |
| | | IPage<CustomerVo> selectCustomerList(Page<CustomerDto> page, CustomerDto customer); |
| | | |
| | |
| | | * @param customerDto 客户DTO(包含客户ID和共享用户ID列表) |
| | | */ |
| | | void together(CustomerDto customerDto); |
| | | } |
| | | |
| | | Boolean back(Long id); |
| | | } |