| | |
| | | package com.dy.pmsGlobal.daoBa; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pmsGlobal.pojoBa.BaUser; |
| | | import com.dy.pmsGlobal.pojoPlt.PltStation; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | |
| | | BaUser login(Map<String, Object> params) ; |
| | | |
| | | List<BaUser> getUserList() ; |
| | | |
| | | Long selectSomeCount(Map<String, Object> params) ; |
| | | |
| | | List<BaUser> selectSome(Map<String, Object> params) ; |
| | | |
| | | List<BaUser> selectAll(); |
| | | |
| | | int insert(BaUser record); |
| | | |
| | |
| | | */ |
| | | int deleteLogicById(Long id); |
| | | |
| | | List<BaUser> selectByAssistants(String assistants) ; |
| | | |
| | | } |