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
5bd53a05
Commit
5bd53a05
authored
Apr 26, 2019
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加愿望编号
parent
9b86a35c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Wish.java
src/main/java/com/qiankun/entity/Wish.java
+7
-2
No files found.
src/main/java/com/qiankun/entity/Wish.java
View file @
5bd53a05
...
...
@@ -28,6 +28,7 @@ public class Wish {
private
int
status
;
//愿望状态,0:发布;1:领取;2.寄送中;3:红会代收;4:完成
private
String
volunteerId
;
//领取愿望的爱心人士ID
private
String
rainbowPlanUserId
;
//小朋友ID
private
String
code
;
//愿望编号
@ManyToOne
private
RainbowPlanUser
children
=
new
RainbowPlanUser
();
...
...
@@ -163,7 +164,11 @@ public class Wish {
this
.
activity
=
activity
;
}
public
String
getCode
()
{
return
code
;
}
public
void
setCode
(
String
code
)
{
this
.
code
=
code
;
}
}
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