zjh
2025-03-14 0f658843b92eb41a87cb113c9eb6416e25e76a2e
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ltkj.hosp.service;
 
import com.ltkj.hosp.domain.LtkjEjjfxmzd;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
* @author chacca
* @description 针对表【ltkj_ejjfxmzd】的数据库操作Service
* @createDate 2024-06-14 23:11:39
*/
public interface LtkjEjjfxmzdService extends IService<LtkjEjjfxmzd> {
 
}