All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zznote.basecommon.dao.TUserPostDao Maven / Gradle / Ivy

The newest version!
package com.zznote.basecommon.dao;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zznote.basecommon.entity.system.TUserPost;
import org.apache.ibatis.annotations.Mapper;

/**
 * 用户与岗位关联表
 * 
 * @author zhangzhen
 * @email [email protected]
 * @date 2022-04-12 17:04:17
 */
@Mapper
public interface TUserPostDao extends BaseMapper {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy