zjh
2025-05-07 4d5cfc8b130da38ce57b22e4eb1b0c6b26d84955
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ltkj.hosp.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ltkj.hosp.domain.LtkjJfzhgljyxmzd;
import com.ltkj.hosp.service.LtkjJfzhgljyxmzdService;
import com.ltkj.hosp.mapper.LtkjJfzhgljyxmzdMapper;
import org.springframework.stereotype.Service;
 
/**
* @author w
* @description 针对表【ltkj_jfzhgljyxmzd】的数据库操作Service实现
* @createDate 2024-09-19 16:31:35
*/
@Service
public class LtkjJfzhgljyxmzdServiceImpl extends ServiceImpl<LtkjJfzhgljyxmzdMapper, LtkjJfzhgljyxmzd>
    implements LtkjJfzhgljyxmzdService{
 
}