Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 645)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
StatusId | number |
StatusName | string |
CommentContent | string |
BranchId | number |
SalesJobId | number |
LastModificationDate | Date |
CustomerSurveyDetails | CustomerSurveyDetails[] |
LastModifiedById | number |
CreatedAt | Date |
CreatedById | 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)
NewJobComponent—Frontend/src/app/components/sales/new-job/new-job.component.ts:1CustomerSurveyComponent—Frontend/src/app/components/shared/customer-survey/customer-survey-details/customer-survey.component.ts:1FilterForListOfAll—Frontend/src/app/services/sales/new-job/new-job.service.ts:1
Was this page helpful?