เพิ่มฟิว isProfile

This commit is contained in:
AdisakKanthawilang 2024-07-30 11:33:46 +07:00
parent 29527c512e
commit 02002a32a6
3 changed files with 21 additions and 0 deletions

View file

@ -2027,6 +2027,7 @@ export class DevelopmentController extends Controller {
dateStart: item.dateStart,
dateEnd: item.dateEnd,
isDone: item.isDone,
isProfile: item.isProfile,
}));
return new HttpSuccess(_getDevelopment);
}