puzhibing
2023-06-13 11b4c2cf16ff93e4e4955f88db3ae9c28d6f7782
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 {
}