收银台

This commit is contained in:
cun-nan 2023-11-28 15:42:35 +08:00
parent dea95896c2
commit 996d2ea94c
2 changed files with 5 additions and 0 deletions

View File

@ -92,4 +92,7 @@ public class LJUser extends BaseEntity implements Serializable {
@ApiModelProperty("固定等级")
private String fixingLevel;
@ApiModelProperty("邀请员工id")
private Integer staffId;
}

View File

@ -94,4 +94,6 @@ public class LJUserVo extends BaseEntity {
// 固定等级
private String fixingLevel;
// 邀请员工id
private Integer staffId;
}