Kotlin mongoTemplate: Pull out of sub document with creteria

前端 未结 0 753
北恋
北恋 2021-01-15 08:00

I have a data class that looks like:

class BestPlays(
    @MongoId
    val id: String, // player id

    @Field("last_plays")
    var lastPlays: Mut         


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