Procházet zdrojové kódy

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

lipk před 2 roky
rodič
revize
df32f3dfac
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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;
   };