fix bug GetList คำสั่ง

เพิ่ม api แก้ไขคำสั่ง
This commit is contained in:
Suphonchai Phoonsawat 2023-08-04 11:59:02 +07:00
parent ab7135fcbf
commit 680bfba81e
4 changed files with 255 additions and 9 deletions

View file

@ -2,7 +2,7 @@
{
public class GlobalConstants
{
public static readonly string TYPE_ATTATCHMENT = "attachment";
public static readonly string TYPE_ATTACHMENT = "attachment";
public static readonly string TYPE_COVER = "cover";
}
}