Pu Zhibing
2025-01-15 6b3aba3c9000a7bd77f10b3007702347f8c1d401
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> {
}