perf: 完善拆分数据模式
This commit is contained in:
@@ -24,6 +24,10 @@ const DataItemSchema = new Schema({
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
rawResponse: {
|
||||
type: [String],
|
||||
default: ''
|
||||
},
|
||||
result: {
|
||||
type: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user