rain
2025-01-16 fa0045dec30afff824b1efdafeb437a7b4f21c7e
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