puzhibing
2025-01-13 fc21ab0f288823a22a05b13d33f07362b5c6b91c
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> {
}