Преглед на файлове

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;
   billsLocation: string;
 }
 }
 
 
+export interface IStdRationCondition {
+  keyword: string;
+  rationRepIds: number[];
+}
 export interface ICoeList {
 export interface ICoeList {
   ID: number;
   ID: number;
   no: number;
   no: number;