1
phpcjl
2024-12-17 cf4e9e9e041545f77f57f7a0c3485d66efe5ce19
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/ShopPointMapper.java
@@ -3,6 +3,8 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ShopPoint;
import java.util.List;
/**
 * <p>
 *  Mapper 接口
@@ -13,4 +15,6 @@
 */
public interface ShopPointMapper extends BaseMapper<ShopPoint> {
    List<ShopPoint> findLatestChangeByType(ShopPoint shopPoint);
}