Merge branch 'development' into feat/FE/US-335/production-data-report

This commit is contained in:
ValdiANS
2025-12-22 15:15:04 +07:00
parent faaa10b74b
commit 206d6c0b4e
18 changed files with 1819 additions and 105 deletions
+1
View File
@@ -25,6 +25,7 @@ import {
} from '@/dummy/closing.dummy';
import { httpClient, httpClientFetcher } from '@/services/http/client';
import { ClosingSales } from '@/types/api/closing';
import { sleep } from '@/lib/helper';
export class ClosingApiService extends BaseApiService<Closing, null, null> {
constructor(basePath: string) {