zhaowenxuan
2025-06-16 52486d021d78c9b4d594cf610925e9eed6f201f0
1
2
3
4
5
6
7
8
9
10
11
12
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjSummary;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: zjh
 * @Date: 2023/10/16 09:00
 */
public interface ITjSummaryService extends IService<TjSummary> {
}