เพิ่มคำสั่งแต่งตั้ง เลื่อน ย้ายจากราชกิจจาฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-18 11:57:30 +07:00
parent db8046efdb
commit fa13be0a3e
10 changed files with 217 additions and 117 deletions

View file

@ -30,6 +30,7 @@ interface FormCommandList {
status: string;
commandTypeName: string;
commandNo: string;
commandCode: string;
commandYear: Date | null;
detailHeader: string;
detailBody: string;

View file

@ -17,6 +17,8 @@ interface DataListCommand {
id: string;
status: string;
issue?: string;
commandCode?: string;
commandType?: string;
}
interface DataCommandType {