zhaowenxuan
2025-02-24 ec2bd151a3220b34eb7e33d43d25908b45ff349c
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.TjConfirmLog;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: zjh
 * @Date: 2023/8/30 12:08
 */
public interface ITjConfirmLogService extends IService<TjConfirmLog> {
}