puzhibing
2025-01-14 36d417268ecb1a1ebef0798a38bc33f5d2cd6ed6
1
2
3
4
5
6
7
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ShopScore;
 
public interface ShopScoreMapper extends BaseMapper<ShopScore> {
}