1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.ltkj.hosp.service;
|
| import com.ltkj.hosp.domain.LtkjJfxmgljyxmzd;
| import com.baomidou.mybatisplus.extension.service.IService;
|
| /**
| * @author w
| * @description 针对表【ltkj_jfxmgljyxmzd】的数据库操作Service
| * @createDate 2024-09-19 16:33:45
| */
| public interface LtkjJfxmgljyxmzdService extends IService<LtkjJfxmgljyxmzd> {
|
| }
|
|