husq
2023-09-25 60bb69f4cfc33cd0224e856afc2b00f6bc80e4d4
src/pages/page-web/projects/project_list/list_page/components/data.ts
@@ -12,8 +12,8 @@
export type projectCard={
    id:string
    projectStatus:number
    projectName:string
    projectIntro:string
    workspace_name:string
    workspace_desc:string
    createTime:string
    memberList: Array<Menber>
    [key:string]:any