潘志宝
7 天以前 1f375577b9e5d6e89aa4d70c526db88eeb95c9a0
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 {