forked from ttc/micro-frontend
-เชื่อมโยง api search กับ frontend
-ปรับปรุงระบบ state -เพิ่ม ระบบ pipe dtmtodatetime
This commit is contained in:
@@ -8,6 +8,17 @@ export interface IDropAct {
|
||||
dtlcod?: string
|
||||
}
|
||||
|
||||
export interface IActData {
|
||||
actseq?: number,
|
||||
actnum?: number,
|
||||
acttyp?: string,
|
||||
acttypnam?: string,
|
||||
actcatnam?: string,
|
||||
actqty?: number,
|
||||
actcmt?: string,
|
||||
actacpdtm?: string
|
||||
}
|
||||
|
||||
export interface IStateResultResponse {
|
||||
data: IStateDrop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user