puzhibing
2024-12-17 425501a2e9202068f980a63a1d20fdd637bb152c
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> {
}