Add documentation headers across system modules
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
File: JobCard.h
|
||||
Description: Declares the JobCard class which represents a technician’s job assignment in the Vehicle Service Management System.
|
||||
Each job card includes booking details, associated service, technician information, assigned and completion dates, and job status.
|
||||
Author: Trenser
|
||||
Date: 19-May-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "Timestamp.h"
|
||||
|
||||
Reference in New Issue
Block a user