重置分销组

This commit is contained in:
2025-10-29 11:30:30 +08:00
parent f8788a7786
commit dc96552896
3 changed files with 12 additions and 1 deletions

View File

@@ -55,6 +55,11 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
*/
private String distributionLevelName;
/**
* 是否分配了分销等级 0 未分配 1 已分配
*/
private Integer isAssignLevel;
/**
* 总收益
*/
@@ -110,7 +115,7 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
* 用户名称
*/
private String shopUserName;
/**
/**
* 手机号
*/
private String shopUserPhone;

View File

@@ -59,6 +59,11 @@ public class MkDistributionUser implements Serializable {
*/
private String distributionLevelName;
/**
* 是否分配了分销等级 0 未分配 1 已分配
*/
private Integer isAssignLevel;
/**
* 总收益
*/