diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-09 13:37:36 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-09 13:37:36 +0700 |
| commit | 914729a0d6ba9a9dd32d308954642439fa88c1d2 (patch) | |
| tree | 9a59a88b52c0baaf52dcef3ea0aa4882e9ec90ba /src-migrate/types | |
| parent | afd84f86d2f26a3e0347dab7552060717030df19 (diff) | |
add manufacture logd
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/product.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts index 3854f304..fb9c888c 100644 --- a/src-migrate/types/product.ts +++ b/src-migrate/types/product.ts @@ -31,6 +31,7 @@ export interface IProduct { manufacture: { id: number; name: string; + logo: string; }; voucher_pasti_hemat : any; } |
