zjh
2024-01-09 de2ec37e66b2f3a56c2aa5134f47cd3b3c08371e
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> {
}