Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-23 20:32:58 +07:00
commit 9c610407f4
272 changed files with 3435 additions and 163 deletions

View file

@ -4,5 +4,9 @@
{
public static readonly string TYPE_ATTACHMENT = "attachment";
public static readonly string TYPE_COVER = "cover";
public static readonly string EXPORT_PDF = "PDF";
public static readonly string EXPORT_WORD = "DOCX";
public static readonly string EXPORT_EXCEL = "XLSX";
}
}