龚焕茏
2024-03-01 d17e1cf11d255c68e0bd8c455badb776d64f346b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.dromara.demo.mapper;
 
import org.dromara.demo.domain.RsTrafficIndex;
import org.dromara.demo.domain.vo.RsTrafficIndexVo;
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
 
/**
 * 交通指数Mapper接口
 *
 * @author Lion Li
 * @date 2024-02-26
 */
public interface RsTrafficIndexMapper extends BaseMapperPlus<RsTrafficIndex, RsTrafficIndexVo> {
 
}