- package com.ydtech.modules.order.dao;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.ydtech.modules.order.entity.InsAreaCompanyAccidentalDriving;
- /**
- * @author Administrator
- * @description 针对表【InsAreaCompanyAccidentalDriving(驾意险)】的数据库操作Mapper
- * @createDate 2023-03-09 14:45:58
- * @Entity generator.domain.InsAccidentalDriving
- */
- public interface InsAreaCompanyAccidentalDrivingMapper extends BaseMapper<InsAreaCompanyAccidentalDriving> {
- }
|