Commit 4b479bcf69d2232421c9f7612d9df5d55645009d

Authored by shiyang
1 parent 4f091fee87
Exists in master and in 1 other branch dev

upate

Showing 1 changed file with 15 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/mapper/LymsHisInfoMapper.java View file @ 4b479bc
  1 +package com.lyms.talkonlineweb.mapper;
  2 +
  3 +import com.lyms.talkonlineweb.domain.LymsHisInfo;
  4 +import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  5 +
  6 +/**
  7 + * @Entity com.lyms.talkonlineweb.domain.LymsHisInfo
  8 + */
  9 +public interface LymsHisInfoMapper extends BaseMapper<LymsHisInfo> {
  10 +
  11 +}