docs(test): complete Task constructor inspection evidence

This commit is contained in:
sechmachine
2026-08-15 11:40:26 +07:00
parent 382fa40101
commit 469d7e274b
@@ -54,6 +54,8 @@ javap -classpath target/classes -p \
com.lab.labtimesheet.feature.task.model.entity.Task \ com.lab.labtimesheet.feature.task.model.entity.Task \
com.lab.labtimesheet.feature.task.model.entity.TaskComment \ com.lab.labtimesheet.feature.task.model.entity.TaskComment \
com.lab.labtimesheet.feature.task.service.TaskService \ com.lab.labtimesheet.feature.task.service.TaskService \
com.lab.labtimesheet.feature.task.service.TaskQueryService \
com.lab.labtimesheet.feature.task.service.TaskDashboardService \
com.lab.labtimesheet.feature.task.controller.TaskController com.lab.labtimesheet.feature.task.controller.TaskController
``` ```