无关风月
1 天以前 16207f06b1aae069c05657c178855388a2bcf5b2
1
2
3
4
5
6
7
8
9
10
11
12
package com.dsh.course.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.guns.modular.system.model.TSite;
import com.dsh.guns.modular.system.model.TSiteType;
 
/**
 * @author zhibing.pu
 * @Date 2023/8/1 17:45
 */
public interface TSiteTypeMapper extends BaseMapper<TSiteType> {
}