Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑小冰
/
orthopedics
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
57f9610e
authored
Dec 05, 2019
by
ice
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改采购订单的实体类
parent
b16d01c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
src/main/java/orthopedics/model/PurOrderHeader.java
src/main/java/orthopedics/model/PurOrderHeader.java
View file @
57f9610e
...
...
@@ -5,6 +5,9 @@ import java.util.HashMap;
import
java.util.Map
;
import
java.util.List
;
import
com.alibaba.fastjson.annotation.JSONField
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
org.springframework.format.annotation.DateTimeFormat
;
/**
*
* @author author
...
...
@@ -34,6 +37,8 @@ public class PurOrderHeader implements Serializable {
* isNullAble:1
*/
@JSONField
(
name
=
"create_time"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
java
.
time
.
LocalDateTime
createTime
;
/**
...
...
@@ -48,6 +53,8 @@ public class PurOrderHeader implements Serializable {
* isNullAble:1
*/
@JSONField
(
name
=
"update_time"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
java
.
time
.
LocalDateTime
updateTime
;
/**
...
...
@@ -160,6 +167,8 @@ public class PurOrderHeader implements Serializable {
* isNullAble:0
*/
@JSONField
(
name
=
"order_date"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
java
.
time
.
LocalDateTime
orderDate
;
/**
...
...
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