Kind: Class
Source: Frontend/src/app/components/warehouse/warehouse.ts (line 642)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyId | number |
StoreId | number |
SheetNo | string |
StoreName | string |
GoodsTypeId | number |
IssueOrderNo | string |
IssueTargetId | number |
IssueOrderId | number |
IssueAt | Date |
IssuedById | number |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
IssueNoteDetails | IssueGoodsDetails[] |
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)
IssueGoodsDetailsComponent—Frontend/src/app/components/warehouse/issue-goods-details/issue-goods-details.component.ts:1WarehouseService—Frontend/src/app/components/warehouse/warehouse.service.ts:1
Was this page helpful?