update การเพิ่ม คำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-11 15:59:04 +07:00
parent bfe033dbfe
commit bb46a8ac0c
7 changed files with 206 additions and 109 deletions

View file

@ -1 +1,14 @@
export type {};
interface DataListCommand {
category: string;
commandCode: string;
createdAt: string | Date;
createdFullName: string;
createdUserId: string;
id: string;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdatedAt: string | Date;
name: string;
}
export type { DataListCommand };