| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.pojo.Sale; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.yuanchu.mom.utils.easyexcel.template.ExportSaleTemplate; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | |
| | | //查询订单bom列表 |
| | | IPage<Map<String, Object>> selectAllOrder(Page<Object> page, String orderCode, String name, Integer type, String time); |
| | | |
| | | //批量删除 |
| | | void delAllSale(String ids); |
| | | |
| | | List<ExportSaleTemplate> selectSaleListByExport(String orderNumber, String name, Integer type, String delTime); |
| | | } |