heheng
5 小时以前 407885cde2e4b434509d0f97d4c627c9636f4735
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.gkhy.exam.system.mapper;
 
import com.gkhy.exam.system.domain.OutsourcedReviewSubsidiary;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 * 外包过程评审附属表 Mapper 接口
 * </p>
 *
 * @author hh
 * @since 2025-08-13 09:16:37
 */
@Mapper
public interface OutsourcedReviewSubsidiaryMapper extends BaseMapper<OutsourcedReviewSubsidiary> {
 
}