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
1bb75694
Commit
1bb75694
authored
Mar 12, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
dc485d4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
QwMomentPlanAttendVO.java
...gic/haoban/manage/web/vo/moment/QwMomentPlanAttendVO.java
+18
-17
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/moment/QwMomentPlanAttendVO.java
View file @
1bb75694
...
...
@@ -28,11 +28,11 @@ public class QwMomentPlanAttendVO implements Serializable{
/**导购名称*/
private
String
clerkName
;
/**评论数*/
private
int
commentCount
;
private
Integer
commentCount
;
/**点赞数*/
private
int
likeCount
;
private
Integer
likeCount
;
/**0已失效 1待执行 2已执行*/
private
int
taskStatus
;
private
Integer
taskStatus
;
/**任务执行时间*/
private
Date
sendTime
;
/**企微朋友圈id*/
...
...
@@ -55,14 +55,6 @@ public class QwMomentPlanAttendVO implements Serializable{
*/
private
String
reason
;
public
String
getReason
()
{
return
reason
;
}
public
void
setReason
(
String
reason
)
{
this
.
reason
=
reason
;
}
public
String
getStaffId
()
{
return
staffId
;
}
...
...
@@ -103,27 +95,27 @@ public class QwMomentPlanAttendVO implements Serializable{
this
.
clerkName
=
clerkName
;
}
public
int
getCommentCount
()
{
public
Integer
getCommentCount
()
{
return
commentCount
;
}
public
void
setCommentCount
(
int
commentCount
)
{
public
void
setCommentCount
(
Integer
commentCount
)
{
this
.
commentCount
=
commentCount
;
}
public
int
getLikeCount
()
{
public
Integer
getLikeCount
()
{
return
likeCount
;
}
public
void
setLikeCount
(
int
likeCount
)
{
public
void
setLikeCount
(
Integer
likeCount
)
{
this
.
likeCount
=
likeCount
;
}
public
int
getTaskStatus
()
{
public
Integer
getTaskStatus
()
{
return
taskStatus
;
}
public
void
setTaskStatus
(
int
taskStatus
)
{
public
void
setTaskStatus
(
Integer
taskStatus
)
{
this
.
taskStatus
=
taskStatus
;
}
...
...
@@ -174,4 +166,12 @@ public class QwMomentPlanAttendVO implements Serializable{
public
void
setStoreCode
(
String
storeCode
)
{
this
.
storeCode
=
storeCode
;
}
public
String
getReason
()
{
return
reason
;
}
public
void
setReason
(
String
reason
)
{
this
.
reason
=
reason
;
}
}
\ No newline at end of file
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