Przeglądaj źródła

feat(types): 模板类型

lipk 2 lat temu
rodzic
commit
90e6cd9dee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/matter.ts

+ 1 - 1
types/src/interface/matter.ts

@@ -72,7 +72,7 @@ export interface IYsProfileTemplate {
   gatherID: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessType: BusinessTypeKey;
   name: string;
   name: string;
-  sort: number;
+  sort: string;
   enable: boolean;
   enable: boolean;
   required: boolean;
   required: boolean;
   folder: boolean;
   folder: boolean;