package com.peanut.modules.common.dao; import com.github.yulichang.base.MPJBaseMapper; import com.peanut.modules.common.entity.MedicaldesInheritRelation; import org.apache.ibatis.annotations.Mapper; @Mapper public interface MedicaldesInheritRelationDao extends MPJBaseMapper { }