feat: warehouse places accounting

This commit is contained in:
2025-05-07 09:53:02 +04:00
parent d347c09199
commit e4f8e90ae6
41 changed files with 1305 additions and 0 deletions

View File

@@ -4,5 +4,6 @@
/* eslint-disable */
export type CancelCardBillRequest = {
cardId: number;
force?: (boolean | null);
};