modelApi.js 150 Bytes
import {
  get
} from '../utils/http'

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