import {
  get
} from '../utils/http'

// 查询所有模型类型
export function getAttrtype(params) {
  return get('/ModelAttrRule/all', params)
}
export function getDynamicTree(params) {
  return get('/DxAppModelDefLink/all/base/treeperm/package', params)
}