เพิ่มคำสั่งแต่งตั้ง เลื่อน ย้ายจากราชกิจจาฯ
This commit is contained in:
parent
db8046efdb
commit
fa13be0a3e
10 changed files with 217 additions and 117 deletions
|
|
@ -30,6 +30,7 @@ interface FormCommandList {
|
|||
status: string;
|
||||
commandTypeName: string;
|
||||
commandNo: string;
|
||||
commandCode: string;
|
||||
commandYear: Date | null;
|
||||
detailHeader: string;
|
||||
detailBody: string;
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ interface DataListCommand {
|
|||
id: string;
|
||||
status: string;
|
||||
issue?: string;
|
||||
commandCode?: string;
|
||||
commandType?: string;
|
||||
}
|
||||
|
||||
interface DataCommandType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue