|
|
@ -33,6 +33,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
tankLocation: { type: "string" },
|
|
|
|
|
|
|
|
shape:{ type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
height:{ type: "string" },
|
|
|
|
width:{ type: "string" },
|
|
|
|
width:{ type: "string" },
|
|
|
|
length:{ type: "string" },
|
|
|
|
length:{ type: "string" },
|
|
|
@ -83,6 +84,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
tankName: { type: "string" },
|
|
|
|
tankName: { type: "string" },
|
|
|
|
blockName: { type: "string"},
|
|
|
|
blockName: { type: "string"},
|
|
|
|
capacity: { type: "string" },
|
|
|
|
capacity: { type: "string" },
|
|
|
|
|
|
|
|
shape: { type: "string" },
|
|
|
|
// customerId: { type: "string" },
|
|
|
|
// customerId: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
typeOfWater: { type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|
waterCapacityPerCm:{ type: "string" },
|
|
|
|