Sfoglia il codice sorgente

feat(types): 补充辅助定额增加ID

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

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

@@ -84,7 +84,9 @@ export interface IBaseRationAss {
 export type IStdRationAss = IBaseRationAss;
 
 // 补充定额辅助
-export type ICptRationAss = IBaseRationAss;
+export interface ICptRationAss extends IBaseRationAss {
+  ID: string; // 方便录入补充数据
+}
 
 export interface IStdRationInstall {
   feeItemId: string; // 原std库已经是这样,不能改成ID