แก้เครื่องราชฯ>>จัดการคำขอ (แสดงเลข 000)
This commit is contained in:
parent
48f10f992d
commit
206acc18c3
5 changed files with 142 additions and 136 deletions
|
|
@ -15,10 +15,14 @@ interface FormProprsalsRound2 {
|
|||
period_end: any;
|
||||
period_isActive: boolean;
|
||||
period_doc: any;
|
||||
period_status:any
|
||||
period_status: any;
|
||||
}
|
||||
interface ItemType {
|
||||
name: string;
|
||||
shortName: string;
|
||||
}
|
||||
export type { FormProprsalsRound, FormProprsalsRound2,ItemType };
|
||||
|
||||
interface ColId {
|
||||
period_id: string;
|
||||
}
|
||||
export type { FormProprsalsRound, FormProprsalsRound2, ItemType ,ColId};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue