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
5f37b2e9
Commit
5f37b2e9
authored
Nov 16, 2022
by
songyinghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: DTO 属性一致
parent
47e443c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
ContentMaterialInfoVO.java
...c/haoban/manage/web/vo/content/ContentMaterialInfoVO.java
+9
-9
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/content/ContentMaterialInfoVO.java
View file @
5f37b2e9
...
...
@@ -16,7 +16,7 @@ public class ContentMaterialInfoVO implements Serializable {
/**
* 素材id
*/
private
Integer
contentMaterialId
;
private
Long
contentMaterialId
;
/**
* 素材标题
...
...
@@ -61,12 +61,12 @@ public class ContentMaterialInfoVO implements Serializable {
/**
* 分享次数
*/
private
Integer
shareCount
;
private
Long
shareCount
;
/**
* 发布人id
*/
private
Stri
ng
producerId
;
private
Lo
ng
producerId
;
/**
* 发布人头像
...
...
@@ -84,11 +84,11 @@ public class ContentMaterialInfoVO implements Serializable {
private
List
<
SimpleGoodsInfoVO
>
contentGoodsList
;
public
Integer
getContentMaterialId
()
{
public
Long
getContentMaterialId
()
{
return
contentMaterialId
;
}
public
void
setContentMaterialId
(
Integer
contentMaterialId
)
{
public
void
setContentMaterialId
(
Long
contentMaterialId
)
{
this
.
contentMaterialId
=
contentMaterialId
;
}
...
...
@@ -156,19 +156,19 @@ public class ContentMaterialInfoVO implements Serializable {
this
.
materialVideoFirstImageUrl
=
materialVideoFirstImageUrl
;
}
public
Integer
getShareCount
()
{
public
Long
getShareCount
()
{
return
shareCount
;
}
public
void
setShareCount
(
Integer
shareCount
)
{
public
void
setShareCount
(
Long
shareCount
)
{
this
.
shareCount
=
shareCount
;
}
public
Stri
ng
getProducerId
()
{
public
Lo
ng
getProducerId
()
{
return
producerId
;
}
public
void
setProducerId
(
Stri
ng
producerId
)
{
public
void
setProducerId
(
Lo
ng
producerId
)
{
this
.
producerId
=
producerId
;
}
...
...
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