ปรับโครงาร

This commit is contained in:
Kittapath 2024-04-11 11:39:56 +07:00
parent b8e1c93cb4
commit 4f8b2cec73
10 changed files with 1317 additions and 483 deletions

File diff suppressed because it is too large Load diff

View file

@ -313,6 +313,7 @@ export class DevelopmentScholarshipController extends Controller {
: null,
totalPeriod: getDevelopment.totalPeriod ? getDevelopment.totalPeriod : null,
status: getDevelopment.status ? getDevelopment.status : null,
profileId: getDevelopment.profileId ? getDevelopment.profileId : null,
};
return new HttpSuccess(formattedData);
}