潘志宝
2024-12-25 291bf570b2106cb99b0e689af7d6ccaacc9e5c1c
src/api/model/pre/dm/index.ts
@@ -1,11 +1,10 @@
import request from '@/config/axios'
export interface DmModuleVO {
  id: string
  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`})
}