Pu Zhibing
2025-04-22 d138293736414a314467a2641e6116ff263ead48
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.bussiness.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.bussiness.domain.DataFile;
import com.ruoyi.bussiness.domain.PlacementApply;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface PlacementApplyMapper extends BaseMapper<PlacementApply> {
}