Groovy/Grails : How to sort the list of objects by id

后端 未结 0 475
被撕碎了的回忆
被撕碎了的回忆 2021-02-11 14:56

PublicTraining Class

class PublicTraining{
    static hasMany = [trainingOrder: TrainingOrder]
}

and TrainingOrder Class

class         


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