ZZJ
2022-07-15 a3f357e8a60443b74b64c7479113c68eb35ce1f5
src/api/baseLibrary.ts
@@ -257,3 +257,11 @@
    params: query
  })
}
// 车辆相关的字典
export const dicByType = () => {
  return request({
    url: "/data/api-v/dbperson/dicByType",
    method: "get",
  })
}