# ProjectJobs

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/project.model.ts` (line 177)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `JobID` | `string` |
| `Vendor` | `string` |
| `SalesResponsible` | `string` |
| `Status` | `string` |
| `ProjectID` | `number` |
| `InquiryNumber` | `number` |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `ProjectsComponent` — `Frontend/src/app/components/market/projects/projects.component.ts`:1
- `RegistrationsComponent` — `Frontend/src/app/components/market/registrations/registrations/registrations.component.ts`:1
- `NewProject` — `Frontend/src/app/components/market/projects/newProject.ts`:52
