fix issues

This commit is contained in:
Marshal
2026-07-09 20:26:14 +00:00
parent 1d77cc9219
commit e4429592d3
29 changed files with 1143 additions and 147 deletions

View File

@@ -519,6 +519,8 @@ export interface IContract extends BaseEntity {
companyId?: string | null;
companyProfileId?: string | null;
/** Loaded company relation (list + detail responses include it). */
company?: BookingRequestCompany | null;
isGovernment: boolean;
governmentInstitution?: string | null;