Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
bp
ShenghuoquanBusiness
Commits
df113c6b
Commit
df113c6b
authored
Jul 13, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SHQBD-558 商品库存量和已售量数据类型修改为Long
parent
fc01f5e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CommodityManagementListDto.kt
.../shenghuoquan/commodity/dto/CommodityManagementListDto.kt
+2
-2
No files found.
Components/commodity/src/main/java/com/yidian/shenghuoquan/commodity/dto/CommodityManagementListDto.kt
View file @
df113c6b
...
@@ -33,7 +33,7 @@ data class Goods(
...
@@ -33,7 +33,7 @@ data class Goods(
@SerializedName
(
"goods_spu_id"
)
@SerializedName
(
"goods_spu_id"
)
val
goodsSpuId
:
String
,
val
goodsSpuId
:
String
,
@SerializedName
(
"inventory_rest"
)
@SerializedName
(
"inventory_rest"
)
val
inventoryRest
:
Int
,
val
inventoryRest
:
Long
,
@SerializedName
(
"online_status"
)
@SerializedName
(
"online_status"
)
val
onlineStatus
:
Int
,
val
onlineStatus
:
Int
,
@SerializedName
(
"original_price"
)
@SerializedName
(
"original_price"
)
...
@@ -41,7 +41,7 @@ data class Goods(
...
@@ -41,7 +41,7 @@ data class Goods(
@SerializedName
(
"price"
)
@SerializedName
(
"price"
)
val
price
:
Double
,
val
price
:
Double
,
@SerializedName
(
"total_amount_sold"
)
@SerializedName
(
"total_amount_sold"
)
val
totalAmountSold
:
Int
val
totalAmountSold
:
Long
)
)
data class
Status
(
data class
Status
(
...
...
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