上级 Id
This commit is contained in:
@@ -35,11 +35,6 @@ public class MkDistributionUserDTO extends TimeQueryParam implements Serializabl
|
||||
*/
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 上级ID 关联本表id字段,无上级时为NULL
|
||||
*/
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
|
||||
@@ -37,11 +37,6 @@ public class MkDistributionUser implements Serializable {
|
||||
@Id
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 上级ID 关联本表id字段,无上级时为NULL
|
||||
*/
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 店铺id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user