Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
211128ce
Commit
211128ce
authored
Aug 11, 2023
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品VO
parent
4bcb3612
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
ContentGoodsVO.java
...haoban/manage/web/vo/content/creative/ContentGoodsVO.java
+21
-6
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/content/creative/ContentGoodsVO.java
View file @
211128ce
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
content
.
creative
;
import
java.math.BigDecimal
;
/**
* 内容分类表(TabContentCategory)表实体类
*
...
...
@@ -44,9 +46,14 @@ public class ContentGoodsVO {
private
Integer
isComplete
;
/**
* 商品金额
* 吊牌价 / 划线价
*/
private
BigDecimal
tagPrice
;
/**
* 最小sku价格/一口价
*/
private
Double
pro
Price
;
private
BigDecimal
min
Price
;
public
String
getGoodsId
()
{
return
goodsId
;
...
...
@@ -104,11 +111,19 @@ public class ContentGoodsVO {
this
.
isComplete
=
isComplete
;
}
public
Double
getProPrice
()
{
return
proPrice
;
public
BigDecimal
getTagPrice
()
{
return
tagPrice
;
}
public
void
setTagPrice
(
BigDecimal
tagPrice
)
{
this
.
tagPrice
=
tagPrice
;
}
public
BigDecimal
getMinPrice
()
{
return
minPrice
;
}
public
void
set
ProPrice
(
Double
pro
Price
)
{
this
.
proPrice
=
pro
Price
;
public
void
set
MinPrice
(
BigDecimal
min
Price
)
{
this
.
minPrice
=
min
Price
;
}
}
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