package com.landtool.lanbase.modules.org.dao; import com.landtool.lanbase.modules.org.entity.OrgUnitRegion; import com.landtool.lanbase.modules.sys.dao.BaseDao; import org.apache.ibatis.annotations.Mapper; @Mapper public interface OrgUnitRegionDao extends BaseDao { void deleteUnitRegionByUnitId(Long unitId); }