phpcjl
2024-11-28 e81d5ff655e0c5efc85d2e4b3803bc604baf59f1
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> {
}