houzhongjian
2025-01-06 d5207d8eaff6188ae0d79c07de17d0b8dbaed65a
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 {