fix: add missing field

This commit is contained in:
Methapon2001 2024-12-03 10:10:24 +07:00
parent d961d9c039
commit bc6f55c022
2 changed files with 4 additions and 2 deletions

View file

@ -309,6 +309,7 @@ export class RequestListController extends Controller {
companyDutyCost?: number;
individualDuty?: boolean;
individualDutyCost?: number;
responsibleLocal?: boolean;
responsibleUserId?: string;
},
@Query() successAll?: boolean,