dongyukun
2025-06-19 56c72c8e7b58d5b7a27d8654037b1ee22a808ce1
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 {