package com.artfess.yhxt.tree.dao;

import com.artfess.yhxt.tree.model.TreeDictionary;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 树形字典表 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 超级管理员
 * @since 2021-08-04
 */
public interface TreeDictionaryDao extends BaseMapper<TreeDictionary> {

}
