Преглед изворни кода

feat(types): 获取定额条件

zhangweicheng пре 4 година
родитељ
комит
32d500190a
1 измењених фајлова са 4 додато и 0 уклоњено
  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;