Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
tjmdp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other-project
tjmdp
Commits
53f97cc1
Commit
53f97cc1
authored
Mar 29, 2019
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改编译报错
parent
add91184
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
.gitignore
.gitignore
+32
-0
User.java
src/main/java/com/qiankun/entity/User.java
+1
-1
No files found.
.gitignore
0 → 100644
View file @
53f97cc1
.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
src/main/java/com/qiankun/entity/User.java
View file @
53f97cc1
...
@@ -71,7 +71,7 @@ public class User {
...
@@ -71,7 +71,7 @@ public class User {
@OneToMany
(
fetch
=
FetchType
.
LAZY
,
cascade
=
{
CascadeType
.
ALL
},
orphanRemoval
=
true
,
mappedBy
=
"user"
)
@OneToMany
(
fetch
=
FetchType
.
LAZY
,
cascade
=
{
CascadeType
.
ALL
},
orphanRemoval
=
true
,
mappedBy
=
"user"
)
@JsonIgnore
@JsonIgnore
private
Set
<
Product
>
product
=
new
HashSet
<
>();
private
Set
<
Product
>
product
=
new
HashSet
<
Product
>();
private
Boolean
isRemove
=
false
;
//是否删除用户,默认false
private
Boolean
isRemove
=
false
;
//是否删除用户,默认false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment