ผังบัญชีค่าจ้างลูกจ้างประจำ => บัญชีโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-12 16:23:23 +07:00
parent 64683fc074
commit febf161d81
10 changed files with 896 additions and 12 deletions

View file

@ -0,0 +1,7 @@
interface ObjectCharRef {
name: object | null;
group: object | null;
[key: string]: any;
}
export type { ObjectCharRef };