com.github.rexsheng.springboot.faster.system.mapper.PostMapper Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mybatisflex.core.BaseMapper;
import com.github.rexsheng.springboot.faster.system.entity.Post;
/**
* 岗位表 映射层。
*
* @author sheng
* @since 2024-04-06
*/
@Mapper
public interface PostMapper extends BaseMapper {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy