lisy
2023-06-14 19d7560cd5b1f6498e9889d7f0e8a8e18ba4197f
1
2
3
4
5
6
7
8
9
10
package com.dsh.guns.modular.system.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dsh.course.mapper.DriverVerifyMapper;
import com.dsh.guns.modular.system.model.DriverVerify;
import com.dsh.guns.modular.system.service.DriverVerifyService;
import org.springframework.stereotype.Service;
@Service
public class DriverVerifyServiceImpl  extends ServiceImpl<DriverVerifyMapper, DriverVerify> implements DriverVerifyService {
}