lct
Your Name
2023-03-09 19965a0379a845cbb24658a275ef3402e2514579
src/stores/interface/index.ts
@@ -11,7 +11,7 @@
    time: number;
    userName: string;
    uid: string;
    depId: string;
    depId: null | number;
    projectId: string;
    dataList: [];
}