ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/GoodsAreaMapper.java
@@ -3,9 +3,5 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.other.api.domain.GoodsArea; /** * @author zhibing.pu * @Date 2024/11/28 9:34 */ public interface GoodsAreaMapper extends BaseMapper<GoodsArea> { }