Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
lei
fzm-joying
Commits
8a3342bc
Commit
8a3342bc
authored
Jan 04, 2022
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新sql
parent
e0edaf25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
NftCertificateVo.java
.../main/java/com/fzm/common/entity/vo/NftCertificateVo.java
+4
-0
logback.2021-12-31.0.log
logs/logback.2021-12-31.0.log
+0
-0
logback.2022-01-04.0.log
logs/logback.2022-01-04.0.log
+0
-0
joying.sql
sql/joying.sql
+0
-0
No files found.
joying-common/src/main/java/com/fzm/common/entity/vo/NftCertificateVo.java
View file @
8a3342bc
...
@@ -32,6 +32,9 @@ public class NftCertificateVo {
...
@@ -32,6 +32,9 @@ public class NftCertificateVo {
@ApiModelProperty
(
"存证时间"
)
@ApiModelProperty
(
"存证时间"
)
private
Date
publishTime
;
private
Date
publishTime
;
@ApiModelProperty
(
"作者"
)
private
String
author
;
public
NftCertificateVo
(
Nft
nft
,
User
user
)
{
public
NftCertificateVo
(
Nft
nft
,
User
user
)
{
this
.
name
=
nft
.
getName
();
this
.
name
=
nft
.
getName
();
...
@@ -39,6 +42,7 @@ public class NftCertificateVo {
...
@@ -39,6 +42,7 @@ public class NftCertificateVo {
this
.
id
=
nft
.
getId
();
this
.
id
=
nft
.
getId
();
this
.
publisher
=
user
.
getNickname
();
this
.
publisher
=
user
.
getNickname
();
this
.
publishTime
=
nft
.
getPublishTime
();
this
.
publishTime
=
nft
.
getPublishTime
();
this
.
author
=
nft
.
getAuthor
();
}
}
}
}
logs/logback.2021-12-31.0.log
View file @
8a3342bc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
logs/logback.2022-01-04.0.log
0 → 100644
View file @
8a3342bc
This diff is collapsed.
Click to expand it.
sql/joying.sql
View file @
8a3342bc
This diff is collapsed.
Click to expand it.
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