This commit is contained in:
2024-07-26 17:38:47 +05:00
parent b3e6ff5e9c
commit 08b86c8b51
14 changed files with 520 additions and 298 deletions
+3
View File
@@ -47,6 +47,9 @@ const unitSchema = new Schema(
unitPrice: {
type: Number,
},
unitName: {
type: String,
},
},
{
timestamps: true,