springdata 一对多 级联操作 在注解里面开启级联操作@OneToMany(mappedBy = "customer",cascade = CascadeType.ALL)
原文:https://www.cnblogs.com/classmethond/p/10781156.html