ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/PhoneMapper.java
New file @@ -0,0 +1,16 @@ package com.ruoyi.other.mapper; import com.ruoyi.other.api.domain.Phone; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * Mapper 接口 * </p> * * @author luodangjia * @since 2024-11-20 */ public interface PhoneMapper extends BaseMapper<Phone> { }