Kind: Class
Source: Frontend/src/app/components/configuration/company/warehouse/warehouse-config.ts (line 3)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyId | number |
StoreName | string |
StoreDescription | string |
StoreAdminId | number |
StoreTypeId | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
StoreAddress | Address |
StoreAreas | WarehouseArea[] |
StoreBranches | number[] |
Relationships
- IMPORTS →
Address
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
WarehouseConfigDetailsComponent—Frontend/src/app/components/configuration/company/warehouse/warehouse-config-details/warehouse-config-details.component.ts:1WarehouseConfigService—Frontend/src/app/components/configuration/company/warehouse/warehouse-config.service.ts:1
Was this page helpful?