package com.ydtech.modules.admin.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ydtech.modules.admin.model.SysDept; import com.ydtech.modules.admin.model.SysDeptAccountEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface SysDeptAccountDao extends BaseMapper { }