|
@@ -64,6 +64,7 @@ const goods = new Schema({
|
|
|
coreelements: { type: String, required: false, maxLength: 200 },
|
|
|
priceinfo: { type: String, required: false, maxLength: 200 },
|
|
|
businessexpect: { type: String, required: false, maxLength: 200 },
|
|
|
+ dockStatus: { type: String, default: "0", maxLength: 5 },
|
|
|
});
|
|
|
goods.index({ id: 1 });
|
|
|
|