feat: admin set share

This commit is contained in:
archer
2023-06-14 23:37:05 +08:00
parent c6259fca78
commit bf1592d2c6
7 changed files with 77 additions and 26 deletions

View File

@@ -61,6 +61,10 @@ const ModelSchema = new Schema({
}
},
share: {
topNum: {
type: Number,
default: 0
},
isShare: {
type: Boolean,
default: false