package com.ltkj.hosp.mapper;
|
|
import com.ltkj.hosp.domain.LisJyflhb;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author w
|
* @description 针对表【lis_jyflhb】的数据库操作Mapper
|
* @createDate 2024-10-18 15:13:39
|
* @Entity com.ltkj.hosp.domain.LisJyflhb
|
*/
|
public interface LisJyflhbMapper extends BaseMapper<LisJyflhb> {
|
|
}
|