LymsHospitalMapper.java 288 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
package com.lyms.talkonlineweb.mapper;

import com.lyms.talkonlineweb.domain.LymsHospital;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
* @Entity com.lyms.talkonlineweb.domain.LymsHospital
*/
public interface LymsHospitalMapper extends BaseMapper<LymsHospital> {

}