TbIndentSmsTemplateDao.java 289 B

123456789
  1. package com.sqx.modules.errand.dao;
  2. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  3. import com.sqx.modules.errand.entity.TbIndentSmsTemplate;
  4. import org.apache.ibatis.annotations.Mapper;
  5. @Mapper
  6. public interface TbIndentSmsTemplateDao extends BaseMapper<TbIndentSmsTemplate> {
  7. }