资源下载链路打通
This commit is contained in:
16
src/main/java/com/quinn/mapper/SourceMapper.java
Normal file
16
src/main/java/com/quinn/mapper/SourceMapper.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package com.quinn.mapper;
|
||||
|
||||
import com.quinn.pojo.Source;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author limqsh
|
||||
* @since 2022-05-03
|
||||
*/
|
||||
public interface SourceMapper extends BaseMapper<Source> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user