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

1111

parent 15fb7843
......@@ -17,9 +17,15 @@ var ForumModeratorSchema=new Schema({
type:String,
require: false
},
// contentId:{
// type: Schema.Types.ObjectId,
// require: false,
// index: true,
// ref: 'ForumThread'
// },
content:{
type:Object,
require:false
id:{type:String},
content:{type:String}
},
behavior:{//行为:1.加精 2.取消精华 3.删帖
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