# IssueGoods

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts` (line 637)

**Part of:** [Pams](subsystem-pams)

## 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` — `Pams/Web/Pams.Web/Client/app/components/warehouse/issue-goods-details/issue-goods-details.component.ts`:1
- `WarehouseService` — `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts`:1
