ZpglGzddMapper.java 422 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package cn.timer.api.dao.zpgl;

import cn.timer.api.bean.zpgl.ZpglGzdd;
import cn.timer.api.bean.zpgl.ZpglZj;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * 招聘管理工作地点字典表
 * 
 * @author wuqingjun
 * @email 284718418@qq.com
 * @date 2022-03-17 15:14:40
 */
@Repository
public interface ZpglGzddMapper extends BaseMapper<ZpglGzdd> {
	
}