- package cn.ubitech.ttc.dao;
- import cn.ubitech.ttc.entity.CompanyProvincialHighandnew;
- import com.baomidou.mybatisplus.mapper.BaseMapper;
- import org.springframework.stereotype.Component;
- /**
- * @author lys
- * @create 2021-09-26 10:09
- */
- @Component
- public interface CompanyProvincialHighandnewMapper extends BaseMapper<CompanyProvincialHighandnew> {
- }
|