Explorar el Código

feat(types): 接口删除冗余字段

lipk hace 2 años
padre
commit
df32f3dfac
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      types/src/interface/api/businessApi.ts

+ 0 - 1
types/src/interface/api/businessApi.ts

@@ -43,7 +43,6 @@ export namespace GetALList {
     code: string;
     status: BusinessStatus;
     createdID: string;
-    delete: number;
     sendReviewTime: number;
     approvalName: string;
   };