report 1-4 เำิม่หมายเหตุแนวนอน

This commit is contained in:
Kittapath 2023-10-08 12:41:53 +07:00
parent 5530c2f9e4
commit 2da120f958
32 changed files with 51300 additions and 13 deletions

View file

@ -107,6 +107,7 @@
public static readonly string RetirementOtherNotFound = "ไม่พบข้อมูลอื่นๆ";
public static readonly string RetirementOutNotFound = "ไม่พบข้อมูลให้ออก";
public static readonly string RetirementQuestionNotFound = "ไม่พบข้อมูลแบบสอบถาม";
public static readonly string RetirementQuestionnaireQuestionNotFound = "ไม่พบข้อมูลคำถาม";
#endregion
#region " Command "
@ -117,6 +118,11 @@
public static readonly string MethodForCommandTypeNotImplement = "Method for this command type not implement!";
#endregion
#region " Command "
public static readonly string CandidateNotFound = "ไม่พบรายการใบสมัครสอบคัดเลือก";
#endregion
}
}