This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-28 09:54:06 +07:00
parent 627696ea65
commit 018e430289
5 changed files with 31 additions and 42 deletions

View file

@ -12,20 +12,15 @@ interface FormCommand {
}
interface FormDataDetail {
id?: string;
status?: string;
commandNo: string;
commandYear: number | null;
detailHeader: string;
detailBody: string;
detailFooter: string;
issue: string | null;
commandAffectDate: Date | null;
commandExcecuteDate: Date | null;
commandSysId?: string;
commandTypeName?: string;
isBangkok?: string | null;
isAttachment: boolean;
issue: string | null; //คำสั่งเรื่อง
commandNo: string; //คำสั่งเลขที่
commandYear: number | null; //พ.ศ.
detailHeader: string; //เนื้อหาคำสั่งขึ้นต้น
detailBody: string; //เนื้อหาคำสั่งหลัก
detailFooter: string; //เนื้อหาคำสั่งลงท้าย
commandAffectDate: Date | null; //วันที่ลงนาม
commandExcecuteDate: Date | null; //วันที่คำสั่งมีผล
isBangkok: string | null; //คำสั่งสำนักปลัดกรุงเทพมหานคร
}
interface ListCommandSalaryType {