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
c007752c
Commit
c007752c
authored
May 30, 2024
by
guojx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微流失客户明细列表添加成员名称和编码
parent
82ba668f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
WechatOverviewQO.java
.../haoban/manage/web/qo/eventtracking/WechatOverviewQO.java
+2
-0
WechatWorkLostClerkVO.java
...aoban/manage/web/vo/wechatwork/WechatWorkLostClerkVO.java
+4
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/qo/eventtracking/WechatOverviewQO.java
View file @
c007752c
package
com
.
gic
.
haoban
.
manage
.
web
.
qo
.
eventtracking
;
package
com
.
gic
.
haoban
.
manage
.
web
.
qo
.
eventtracking
;
import
com.fasterxml.jackson.annotation.JsonIgnoreProperties
;
import
lombok.Data
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.io.Serializable
;
...
@@ -9,6 +10,7 @@ import java.io.Serializable;
...
@@ -9,6 +10,7 @@ import java.io.Serializable;
* @Date 2024/5/30 9:14
* @Date 2024/5/30 9:14
*/
*/
@Data
@Data
@JsonIgnoreProperties
(
ignoreUnknown
=
true
)
public
class
WechatOverviewQO
implements
Serializable
{
public
class
WechatOverviewQO
implements
Serializable
{
/**
/**
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/wechatwork/WechatWorkLostClerkVO.java
View file @
c007752c
...
@@ -36,4 +36,8 @@ public class WechatWorkLostClerkVO extends StoreGroupCommonVO implements Seriali
...
@@ -36,4 +36,8 @@ public class WechatWorkLostClerkVO extends StoreGroupCommonVO implements Seriali
private
String
clerkName
;
private
String
clerkName
;
private
String
clerkId
;
private
String
clerkId
;
private
String
staffCode
;
private
String
staffName
;
}
}
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