Browse Source

feat(client): 修改IRationCoe类型

zhangweicheng 5 năm trước cách đây
mục cha
commit
43ab7fe02a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {
 export interface IRationCoe {
   ID: string;
   ID: string;
-  stdID?: number | string; // 库里的ID
+  stdID?: number; // 库里的ID
   name: string;
   name: string;
   content?: string;
   content?: string;
   originalCode?: string;
   originalCode?: string;