Parcourir la source

feat(types): 获取定额条件

zhangweicheng il y a 5 ans
Parent
commit
32d500190a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      types/src/interface/ration.ts

+ 4 - 0
types/src/interface/ration.ts

@@ -83,6 +83,10 @@ export interface IStdRationTemp {
   billsLocation: string;
 }
 
+export interface IStdRationCondition {
+  keyword: string;
+  rationRepIds: number[];
+}
 export interface ICoeList {
   ID: number;
   no: number;