++ Cassa - parte 1

This commit is contained in:
Surya Paolo
2024-01-02 15:24:44 +01:00
parent 3fb78ff39a
commit 4e0c18f47c
6 changed files with 89 additions and 43 deletions

View File

@@ -18,6 +18,11 @@ const storehouseSchema = new Schema({
},
name: {
type: String,
required: true,
},
username: {
type: String,
required: true,
},
description: {
type: String,