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