SalaryClassMaster
Documentation for the SalaryClassMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| className | String | The name or title of the salaryclassmaster. |
| remarks | String | Detailed notes or remarks. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |
| timestamp | Date | Timestamp/Date for timestamp. |