puzhibing
2025-01-16 1a45499366939f3c281cffefde191c4411bd7c94
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> {
}