no message

This commit is contained in:
Bright 2025-01-06 12:00:42 +07:00
parent e221b3fc0d
commit f1fb0665c7

View file

@ -181,17 +181,17 @@ export class CommandTypeController extends Controller {
name4: "๔. ..........................กรรมการ", name4: "๔. ..........................กรรมการ",
persons: [ persons: [
{ {
no: "-", no: "",
org: "-", org: "",
fullName: "-", fullName: "",
citizenId: "-", citizenId: "",
position: "-", position: "",
posLevel: "-", posLevel: "",
posNo: "-", posNo: "",
amount: "-", amount: "",
dateRetire: "-", dateRetire: "",
dateExecute: "-", dateExecute: "",
remark: "-" remark: ""
} }
] ]
}; };