Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
徐少华
midjourney-proxy
Commits
52fcc16d
Commit
52fcc16d
authored
Jan 13, 2021
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: [none] fixTemplet
parent
6ace65c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
BookAppeal.java
...c/main/java/com/pcloud/book/appeal/entity/BookAppeal.java
+26
-0
No files found.
pcloud-facade-book/src/main/java/com/pcloud/book/appeal/entity/BookAppeal.java
View file @
52fcc16d
...
...
@@ -47,6 +47,15 @@ public class BookAppeal extends BaseEntity{
private
Long
secondTempletId
;
/**
* 三级分类id
*/
private
Long
thirdTempletId
;
/**
* 三级分类名称
*/
private
String
thirdTempletName
;
/**
* 申诉理由
*/
private
String
reason
;
...
...
@@ -116,6 +125,23 @@ public class BookAppeal extends BaseEntity{
*/
private
Integer
addType
;
public
Long
getThirdTempletId
()
{
return
thirdTempletId
;
}
public
void
setThirdTempletId
(
Long
thirdTempletId
)
{
this
.
thirdTempletId
=
thirdTempletId
;
}
public
String
getThirdTempletName
()
{
return
thirdTempletName
;
}
public
void
setThirdTempletName
(
String
thirdTempletName
)
{
this
.
thirdTempletName
=
thirdTempletName
;
}
public
Long
getBookAppealId
()
{
return
bookAppealId
;
}
...
...
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