浏览代码

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;