fix: 接口新返回等级信息
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.starry.admin.modules.weichat.entity;
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.starry.admin.modules.clerk.module.entity.PlayClerkLevelInfoEntity;
|
||||
import com.starry.admin.modules.clerk.module.vo.PlayClerkCommodityQueryVo;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -144,5 +145,9 @@ public class PlayClerkUserLoginResponseVo {
|
||||
|
||||
private JSONObject pcData;
|
||||
|
||||
private PlayClerkLevelInfoEntity levelInfo;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.starry.admin.modules.weichat.entity.clerk;
|
||||
|
||||
import com.starry.admin.modules.clerk.module.entity.PlayClerkLevelInfoEntity;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -32,6 +33,7 @@ public class PlayClerkUserInfoResultVo {
|
||||
@ApiModelProperty(value = "店员等级ID")
|
||||
private String levelId;
|
||||
|
||||
private PlayClerkLevelInfoEntity levelInfo;
|
||||
/**
|
||||
* 店员等级
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user