package com.ltkj.hosp.mapper;
|
|
import com.ltkj.hosp.domain.LtkjJfxmgljyxmzd;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author w
|
* @description 针对表【ltkj_jfxmgljyxmzd】的数据库操作Mapper
|
* @createDate 2024-09-19 16:33:45
|
* @Entity com.ltkj.hosp.domain.LtkjJfxmgljyxmzd
|
*/
|
public interface LtkjJfxmgljyxmzdMapper extends BaseMapper<LtkjJfxmgljyxmzd> {
|
|
}
|