puzhibing
2025-01-13 6461fd7ef5ff8a2b3239b0c9bccd936ab15732ab
1
2
3
4
5
6
7
package com.ruoyi.other.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.ShopScore;
 
public interface ShopScoreService extends IService<ShopScore> {
}