feat: added item controllers

This commit is contained in:
Sathishkumar Krishnan
2021-12-29 05:33:49 +05:30
parent 449749d320
commit 3407c252b9
3 changed files with 131 additions and 4 deletions

View File

@@ -47,10 +47,6 @@ const schema = new mongoose.Schema(
type: Number,
required: true,
},
unitQuantity: {
type: Number,
required: true,
},
packageCount: {
type: Number,
required: true,