Sfoglia il codice sorgente

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

vian 4 anni fa
parent
commit
5a698063da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      types/src/interface/ration.ts

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

@@ -137,7 +137,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;