| | |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.ruoyi.common.core.domain.entity.BasePrcaddressDict; |
| | |
| | | |
| | | /** |
| | | * 机构管理Mapper接口 |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2021-11-05 |
| | | */ |
| | | @Mapper |
| | | public interface BaseOrganizationMapper extends BaseMapper<BaseOrganization> |
| | | { |
| | | public interface BaseOrganizationMapper extends BaseMapper<BaseOrganization> { |
| | | /** |
| | | * 查询机构管理列表 |
| | | * |
| | |
| | | List<BaseOrganization> getTransOrg(); |
| | | |
| | | String getNameByNo(String orgno); |
| | | |
| | | String getMaxOrganizationID(String organizationid); |
| | | } |