KKSU
2025-02-06 6fedfe89f8a83b1e39d722dd1aaa8aff9d84558f
1
2
3
4
5
6
7
package cc.mrbird.febs.unisoftiot.api.mapper;
 
import cc.mrbird.febs.unisoftiot.api.entity.Product;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface ProductMapper extends BaseMapper<Product> {
}