xuhy
2025-01-15 c27c1f2beb4ca89a94eaa854fce6b4553db8f2f8
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> {
}