Browse Source

feat/ 비행승인목록 검색조건 State추가

master
junh_eee(이준희) 2 weeks ago
parent
commit
96fe985a86
  1. 1
      src/redux/features/laanc/laancState.ts

1
src/redux/features/laanc/laancState.ts

@ -40,6 +40,7 @@ export interface ILaancAprvParam {
reviewedType?: string; reviewedType?: string;
reviewedProcType?: string; reviewedProcType?: string;
sendProcStatus?: string; sendProcStatus?: string;
sendStatus?: string;
} }
export interface IweatherRs { export interface IweatherRs {

Loading…
Cancel
Save