Commit 53f97cc1 authored by liuyang's avatar liuyang

修改编译报错

parent add91184
.settings
.classpath
.project
.idea
.iml
target
../.project
.DS_Store
.#webclasspath
udata
*/.settings
*/.classpath
*/.gitignore
*/.project
*/target
*/.DS_Store
*/.#webclasspath
*/.idea
*/.iml
*/**/.settings
*/**/.classpath
*/**/.gitignore
*/**/.project
*/**/target
*/**/.DS_Store
*/**/.#webclasspath
*/**/*.log
*/**/.idea
*/**/.iml
\ No newline at end of file
......@@ -71,7 +71,7 @@ public class User {
@OneToMany(fetch = FetchType.LAZY, cascade = { CascadeType.ALL}, orphanRemoval = true, mappedBy = "user")
@JsonIgnore
private Set<Product> product = new HashSet<>();
private Set<Product> product = new HashSet<Product>();
private Boolean isRemove=false;//是否删除用户,默认false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment