How to combine two objects into one DTO

前端 未结 0 606
终归单人心
终归单人心 2021-01-22 04:49

Lets say I have two objects:

  public class Person {
    private Long id;
    private String name;
    private Integer classroomId;
}

public class Classroom {
           


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