|
@@ -6,7 +6,7 @@ import lombok.Data;
|
|
|
@Data
|
|
|
public class LogListParam extends TimeBase {
|
|
|
private Integer type; // 0 专业会员,1高级会员,2下载
|
|
|
- private Integer giveType; //授权方式 0 经销商授权 ,1经销商续费 ,2 官网自购,3平台授权
|
|
|
+ private Integer giveType; //授权方式 0 经销商授权 ,1经销商续费 ,2 官网自购,3平台授权,4platform购买
|
|
|
private Integer agentId;
|
|
|
private Integer subAgentId;
|
|
|
private AgentNew agentNew;
|