收银台
This commit is contained in:
parent
dea95896c2
commit
996d2ea94c
@ -92,4 +92,7 @@ public class LJUser extends BaseEntity implements Serializable {
|
|||||||
|
|
||||||
@ApiModelProperty("固定等级")
|
@ApiModelProperty("固定等级")
|
||||||
private String fixingLevel;
|
private String fixingLevel;
|
||||||
|
|
||||||
|
@ApiModelProperty("邀请员工id")
|
||||||
|
private Integer staffId;
|
||||||
}
|
}
|
||||||
|
@ -94,4 +94,6 @@ public class LJUserVo extends BaseEntity {
|
|||||||
|
|
||||||
// 固定等级
|
// 固定等级
|
||||||
private String fixingLevel;
|
private String fixingLevel;
|
||||||
|
// 邀请员工id
|
||||||
|
private Integer staffId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user