Explorar el Código

feat(types): 获取定额条件

zhangweicheng hace 4 años
padre
commit
32d500190a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;