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
2
Merge Requests
2
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
a3140948
Commit
a3140948
authored
Jun 14, 2023
by
zhangweipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
目标管理进度诊断+会员消费转换
parent
59e2397c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
DataTargetMemberPyramidQO.java
...aoban/manage/web/qo/target/DataTargetMemberPyramidQO.java
+30
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/target/DataTargetMemberPyramidQO.java
0 → 100644
View file @
a3140948
package
com
.
gic
.
haoban
.
manage
.
web
.
qo
.
target
;
import
lombok.Data
;
import
java.io.Serializable
;
/**
* 会员金字塔分层&漏斗查询
* @author yangzhang
*/
@Data
public
class
DataTargetMemberPyramidQO
extends
QueryDataStatisticsCommonQO
implements
Serializable
{
// private String storeGroupId;
// private String storeId;
// private String enterpriseId;
/**
* 1新增会员 0存量会员 不传为全部
*/
private
Integer
memberType
;
/**
* 1 今年未复购会员 2今年未消费会员 3今年仅消费一次会员
*/
private
Integer
memberConsume
;
}
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