zjh
2024-02-19 6b354729688853e3cf4b083530bc466ed0836fb1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ltkj.hosp.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.hosp.domain.TjConfirmLog;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Company: 西安路泰科技有限公司
 * @Author: zjh
 * @Date: 2023/8/30 12:07
 */
 
@Mapper
public interface TjConfirmLogMapper extends BaseMapper<TjConfirmLog> {
}