zjh
2025-04-21 3f31a0466e7a706424d28aaab10bb70e2895bcfc
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.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<LtkjJfxmgljyxmzdMapper, LtkjJfxmgljyxmzd>
    implements LtkjJfxmgljyxmzdService{
 
}