add
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.cms.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cms.domain.JobIndex;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Repository
|
||||
public interface JobIndexMapper extends BaseMapper<JobIndex> {
|
||||
|
||||
List<JobIndex> getList(JobIndex jobIndex);
|
||||
}
|
||||
Reference in New Issue
Block a user