zjh
2023-12-12 c9b1a88ad8f42454673c411cfac74284e68c1ac0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ltkj.hosp.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.hosp.domain.TjCompPay;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * 体检单位缴费主Mapper接口
 *
 * @author ltkj
 * @date 2023-03-14
 */
@Mapper
public interface TjCompPayMapper extends BaseMapper<TjCompPay> {
}