package com.ltkj.hosp.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ltkj.hosp.domain.LtkjJfxmgljyxmzd; import com.ltkj.hosp.service.LtkjJfxmgljyxmzdService; import com.ltkj.hosp.mapper.LtkjJfxmgljyxmzdMapper; import org.springframework.stereotype.Service; /** * @author w * @description 针对表【ltkj_jfxmgljyxmzd】的数据库操作Service实现 * @createDate 2024-09-19 16:33:45 */ @Service public class LtkjJfxmgljyxmzdServiceImpl extends ServiceImpl implements LtkjJfxmgljyxmzdService{ }