上级 Id

This commit is contained in:
2025-10-29 18:17:37 +08:00
parent e59b9036b0
commit 306e14b299
3 changed files with 3 additions and 14 deletions

View File

@@ -35,11 +35,6 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
*/
private Long id;
/**
* 上级ID 关联本表id字段无上级时为NULL
*/
private Long parentId;
/**
* 店铺id
*/

View File

@@ -37,11 +37,6 @@ public class MkDistributionUser implements Serializable {
@Id
private Long id;
/**
* 上级ID 关联本表id字段无上级时为NULL
*/
private Long parentId;
/**
* 店铺id
*/