zjh
2025-04-15 971162978842f8cf87d34f99da8c529e2e945da8
1
2
3
4
5
6
7
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjAdviceKjbq;
 
public interface TjAdviceKjbqService extends IService<TjAdviceKjbq> {
}