huliguo
2025-08-11 794b6e8d50cc501b99e21e0f67b32e0399664cb0
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> {
}