zhaowenxuan
2025-02-26 a6c2fcf68b27c50f2390e6b9d7e050cc3f76eceb
1
2
3
4
5
6
7
8
9
10
package com.ltkj.hosp.service;/*
 * @作者  zjh
 * @时间  2024-06-26  9:36
 * */
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjZhxm;
 
public interface TjZhxmService extends IService<TjZhxm> {
}