Commit a3140948 by zhangweipeng

目标管理进度诊断+会员消费转换

parent 59e2397c
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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment