Procházet zdrojové kódy

feat(client): 修改IRationCoe类型

zhangweicheng před 5 roky
rodič
revize
43ab7fe02a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      types/src/interface/ration.ts

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

@@ -128,7 +128,7 @@ export interface IStdCoeItem extends IBaseCoeItem {
 
 export interface IRationCoe {
   ID: string;
-  stdID?: number | string; // 库里的ID
+  stdID?: number; // 库里的ID
   name: string;
   content?: string;
   originalCode?: string;