forked from s444420/AL-2020
object rack edited
This commit is contained in:
parent
77d05d6015
commit
990c06129e
@ -1,5 +1,5 @@
|
|||||||
class Rack{
|
class Rack{
|
||||||
constructor(noOfShelf) {
|
constructor(noOfShelf, typOfProduct) {
|
||||||
this.noOfShelf = noOfShelf;
|
this.noOfShelf = noOfShelf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user