SalSalaryLockMaster
Documentation for the SalSalaryLockMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| lockId | String | Unique reference to lock. |
| monthId | ObjectId | Unique reference to month. |
| yearId | ObjectId | Unique reference to year. |
| isLocked | Boolean | Stores the is locked data. |
| 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. |