liujie
2023-08-15 434088b7d4ee12c1206cfb194da2b600f4815f94
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> {
 
}