best practice for using neasted loop in nodejs and mongoose ( typescript )

后端 未结 0 1838
野趣味
野趣味 2021-02-01 16:00

i have a schema for Permissions :

  const PermissionSchema = new mongoose.Schema({
    name: { type: String, require: true },
    parentId: { type: String },
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题