package com.ltkj.hosp.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.ltkj.hosp.domain.LtkjJfzhglmxjfxmzd;
|
import com.ltkj.hosp.service.LtkjJfzhglmxjfxmzdService;
|
import com.ltkj.hosp.mapper.LtkjJfzhglmxjfxmzdMapper;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* @author chacca
|
* @description 针对表【ltkj_jfzhglmxjfxmzd】的数据库操作Service实现
|
* @createDate 2024-06-14 23:08:13
|
*/
|
@Service
|
public class LtkjJfzhglmxjfxmzdServiceImpl extends ServiceImpl<LtkjJfzhglmxjfxmzdMapper, LtkjJfzhglmxjfxmzd>
|
implements LtkjJfzhglmxjfxmzdService{
|
|
}
|
|
|
|
|