dengzedong
2024-11-08 de019eee974f69a54b360297fd5d5b93f27497f9
src/api/model/pre/dm/index.ts
@@ -4,8 +4,7 @@
  id: string
  modulename: string,
  moduletype: string,
  cycle: string,
  modulenavconfig: string
  cycle: string
}
export interface DmModulePageReqVO extends PageParam {
@@ -36,3 +35,8 @@
export const deleteDmModule = (id: number) => {
  return request.delete({ url: '/model/pre/module/delete?id=' + id })
}
// 查询getModuleList详情
export const getModuleList = () => {
  return request.get({ url: `/model/pre/module/list`})
}