潘志宝
2024-10-28 0ccd9ca4b3a0ac1474c8cb9445d8b669654c7a81
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`})
}