รายงานคำสั่งบรรจุ (หน้าครุฑ)

This commit is contained in:
Suphonchai Phoonsawat 2023-08-20 12:00:14 +07:00
parent a879c38512
commit 95168acc3b
3 changed files with 131 additions and 0 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";
}
}