puzhibing
2024-12-20 32b3913cb2a475ac2d6ff3fdca69059ae9f107c2
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/GoodsAreaMapper.java
New file
@@ -0,0 +1,7 @@
package com.ruoyi.other.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.GoodsArea;
public interface GoodsAreaMapper extends BaseMapper<GoodsArea> {
}