소스 검색

feat(client): 修改IRationCoe类型

zhangweicheng 4 년 전
부모
커밋
43ab7fe02a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;