add salesInvoice in pos of consumer domain

This commit is contained in:
2026-03-30 13:17:34 +03:30
parent c10623bc3f
commit 44097fe1ac
35 changed files with 855 additions and 122 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface IGoodRawResponse {
unit_type: UnitType;
pricing_model: string;
description?: string;
is_default_guild_good: boolean;
created_at: string;
updated_at: string;
}