| | |
| | | package com.stylefeng.guns.modular.system.dao; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.stylefeng.guns.modular.system.model.TDriver; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | @Param("endTime") String endTime, |
| | | @Param("companyName") String companyName, |
| | | @Param("phone") String phone, |
| | | @Param("name") String name, |
| | | @Param("lastName") String lastName, |
| | | @Param("firstName") String firstName, |
| | | @Param("addType") Integer addType, |
| | | @Param("authState") Integer authState, |
| | | @Param("state") Integer state, |