รายการคำสั่งและ Template ส่งฟิลเพิ่ม

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 16:57:13 +07:00
parent 370599e61c
commit c3a8f47b84
3 changed files with 43 additions and 83 deletions

View file

@ -25,8 +25,10 @@ interface ActiveOptions {
interface ListOrder {
id: string;
commandCode: string;
subtitle: string;
name: string;
isActive: boolean;
isAttachment: boolean;
category?: string;
commandSysId: string;
}