|
|
|
@ -3,6 +3,7 @@ package com.hyp.system.mapper;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
|
|
import com.hyp.system.domain.RewFileRelation;
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @author 13560
|
|
|
|
@ -10,6 +11,7 @@ import com.hyp.system.domain.RewFileRelation;
|
|
|
|
|
* @createDate 2024-04-11 09:17:57
|
|
|
|
|
* @Entity generator.domain.RewFileRelation
|
|
|
|
|
*/
|
|
|
|
|
@Mapper
|
|
|
|
|
public interface RewFileRelationMapper extends BaseMapper<RewFileRelation> {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|