| | |
| | | package com.dy.pipIrrGlobal.daoBa; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoBa.BaPrivilege; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface BaPrivilegeMapper extends com.baomidou.mybatisplus.core.mapper.Mapper<BaPrivilege> { |
| | | public interface BaPrivilegeMapper extends BaseMapper<BaPrivilege> { |
| | | |
| | | /** |
| | | * 查询全部 |
| | | * @return List<BaPrivilege> |
| | |
| | | * @param record the record |
| | | * @return insert count |
| | | */ |
| | | int insert(BaPrivilege record); |
| | | int putin(BaPrivilege record); |
| | | |
| | | /** |
| | | * insert record to table selective |