Commit 3d59f5ae authored by 许文聪's avatar 许文聪

1111

parent 15fb7843
...@@ -17,9 +17,15 @@ var ForumModeratorSchema=new Schema({ ...@@ -17,9 +17,15 @@ var ForumModeratorSchema=new Schema({
type:String, type:String,
require: false require: false
}, },
// contentId:{
// type: Schema.Types.ObjectId,
// require: false,
// index: true,
// ref: 'ForumThread'
// },
content:{ content:{
type:Object, id:{type:String},
require:false content:{type:String}
}, },
behavior:{//行为:1.加精 2.取消精华 3.删帖 behavior:{//行为:1.加精 2.取消精华 3.删帖
type: Number, type: Number,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment