|
@@ -12,7 +12,6 @@ const images = new Schema({
|
|
|
|
|
|
const goods = new Schema({
|
|
|
userid: { type: String, required: false, maxLength: 500 },
|
|
|
- status: { type: String, required: false, maxLength: 200, default: "3" },
|
|
|
is_del: { type: String, required: false, maxLength: 200 },
|
|
|
type: { type: String, required: false, maxLength: 200 },
|
|
|
name: { type: String, required: false, maxLength: 200 },
|