- package com.ydtech.modules.order.dao;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.ydtech.modules.order.entity.InsAreaCompanyCarUserInfo;
- public interface InsAreaCompanyCarUserInfoMapper extends BaseMapper<InsAreaCompanyCarUserInfo> {
- }
|