Commit 1b847856 authored by 陈家荣's avatar 陈家荣

增加逻辑删除的注释

parent 0b001e09
......@@ -103,7 +103,7 @@ var ForumThreadSchema = new Schema({
require: true,
default: 0
},
status: { //文章状态,1启用,0禁用,2需审核
status: { //文章状态,1启用,0禁用,2需审核,3逻辑删除
type: Number,
require: true,
default: 1
......
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