ปรับ Code การลาลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-25 13:18:11 +07:00
parent d150dedb81
commit 99419877c4
42 changed files with 123 additions and 148 deletions

View file

@ -1,4 +1,4 @@
interface dataPost {
interface DataPost {
cardId: string;
firstName: string;
lastName: string;
@ -28,7 +28,7 @@ interface MyObjectRoundChangeMainRef {
[key: string]: any;
}
export type {
dataPost,
DataPost,
changeRoundEdit,
MyObjectRoundChangeRef,
MyObjectRoundChangeMainRef,