分销员使用 shopUser主键ID

This commit is contained in:
2025-10-28 11:27:27 +08:00
parent 0d2a930ae8
commit 9b4354ae70
4 changed files with 86 additions and 39 deletions

View File

@@ -45,11 +45,6 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
*/
private Long shopId;
/**
* 店铺用户Id
*/
private Long shopUserId;
/**
* 分销等级
*/
@@ -120,4 +115,9 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
*/
private String shopUserPhone;
/**
* 邀请码
*/
private String inviteCode;
}

View File

@@ -32,9 +32,8 @@ public class MkDistributionUser implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 分销员ID,主键自增
* 分销员ID 使用ShopUserId
*/
@Id(keyType = KeyType.Auto)
private Long id;
/**
@@ -49,11 +48,6 @@ public class MkDistributionUser implements Serializable {
private Long userId;
/**
* 店铺用户Id
*/
private Long shopUserId;
/**
* 分销等级
*/