Pu Zhibing
2025-03-07 2ea6f1abf46fa5a911200c998dddc6ea374cd246
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.TaskDetailVehicles;
 
/**
 * @author zhibing.pu
 * @Date 2024/12/17 20:28
 */
public interface TaskDetailVehiclesMapper extends BaseMapper<TaskDetailVehicles> {
}