liujie
2023-08-31 a0afbd1e36f74cb521c4d51b08a54f6a1fe538f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.stylefeng.guns.modular.system.model.TUserFeeSetting;
 
/**
 * <p>
 * 卡车公司的费用设置 Mapper 接口
 * </p>
 *
 * @author stylefeng
 * @since 2023-02-10
 */
public interface TUserFeeSettingMapper extends BaseMapper<TUserFeeSetting> {
 
}