guyue
2025-07-02 0a99c3a898976f64b53ca05751514bac8500ad60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.linghu.mapper;
 
import com.linghu.model.entity.Platfrom;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author xy
* @description 针对表【platfrom】的数据库操作Mapper
* @createDate 2025-07-02 16:32:19
* @Entity generator.entity.Platfrom
*/
public interface PlatfromMapper extends BaseMapper<Platfrom> {
 
}