Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-api
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
huluobin
bailuntec-api
Commits
3bbcf748
Commit
3bbcf748
authored
Mar 30, 2021
by
liyanlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
93f83c8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
SupofferLogResp.java
...om/bailuntec/api/bailuntec/mjcg/resp/SupofferLogResp.java
+9
-9
No files found.
src/main/java/com/bailuntec/api/bailuntec/mjcg/resp/SupofferLogResp.java
View file @
3bbcf748
package
com
.
bailuntec
.
api
.
bailuntec
.
mjcg
.
resp
;
import
com.
alibaba.fastjson.annotation.JSONField
;
import
com.
fasterxml.jackson.annotation.JsonProperty
;
import
lombok.Data
;
import
java.math.BigDecimal
;
...
...
@@ -15,31 +15,31 @@ import java.time.LocalDateTime;
@Data
public
class
SupofferLogResp
{
@J
SONField
(
name
=
"log_id"
)
@J
sonProperty
(
"log_id"
)
private
Integer
logId
;
@J
SONField
(
name
=
"supplier_id"
)
@J
sonProperty
(
"supplier_id"
)
private
Integer
supplierId
;
@J
SONField
(
name
=
"supplier_name"
)
@J
sonProperty
(
"supplier_name"
)
private
String
supplierName
;
@J
SONField
(
name
=
"unit_id"
)
@J
sonProperty
(
"unit_id"
)
private
Integer
unitId
;
@J
SONField
(
name
=
"unit_name"
)
@J
sonProperty
(
"unit_name"
)
private
String
unitName
;
@J
SONField
(
name
=
"create_time"
,
format
=
"yyyy/MM/dd HH:mm:ss
"
)
@J
sonProperty
(
"create_time
"
)
private
LocalDateTime
createTime
;
private
BigDecimal
price
;
private
String
sku
;
@J
SONField
(
name
=
"sku_name"
)
@J
sonProperty
(
"sku_name"
)
private
String
skuName
;
@J
SONField
(
name
=
"sku_id"
)
@J
sonProperty
(
"sku_id"
)
private
String
sku_id
;
}
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