无关风月
2025-01-16 a9f49eed5a1056e3968764ba5668c008c679d34d
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> {
}