|
|
@ -33,7 +33,7 @@ const RoleSchema = new Schema({ name: String });
|
|
|
|
|
|
|
|
|
|
|
|
const tanksSchema = new mongoose.Schema({
|
|
|
|
const tanksSchema = new mongoose.Schema({
|
|
|
|
hardwareId: { type: String },
|
|
|
|
hardwareId: { type: String },
|
|
|
|
InstallerId0: { type: String, default: null },
|
|
|
|
InstallerId: { type: String, default: null },
|
|
|
|
tankhardwareId: { type: String },
|
|
|
|
tankhardwareId: { type: String },
|
|
|
|
hardwareId_type: { type: String },
|
|
|
|
hardwareId_type: { type: String },
|
|
|
|
hardwareId_company: { type: String },
|
|
|
|
hardwareId_company: { type: String },
|
|
|
|