updated command template

This commit is contained in:
Warunee Tamkoo 2024-09-17 14:01:53 +07:00
parent 1267b04af3
commit de61513d9d
6 changed files with 211 additions and 143 deletions

View file

@ -15,6 +15,8 @@ interface DataTemplateDetail {
detailHeader: string;
detailBody: string;
detailFooter: string;
fileCover?: string;
fileAttachment?: string;
isActive: boolean;
commandSysId: string;
}