zhaowenxuan
2025-02-28 524a0867c6e8343607d343a4f708498c21baf9d4
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.TjSurveyRecordDetail;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: lige
 * @Date: 2023/4/10 17:37
 */
public interface TjSurveyRecordDetailService extends IService<TjSurveyRecordDetail> {
}