Pu Zhibing
7 天以前 61b2d479bf4887902d21c5c99d9b65bf9cc8d27a
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.system.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.DriverOnlineTime;
/**
 * @author zhibing.pu
 * @Date 2023/7/30 1:33
 */
public interface DriverOnlineTimeMapper extends BaseMapper<DriverOnlineTime> {
}