Commit 3dec6513 by zhuyajie

标签列表加手机号

parent c8c8bf73
...@@ -132,6 +132,7 @@ public class BookLabelBizImpl implements BookLabelBiz { ...@@ -132,6 +132,7 @@ public class BookLabelBizImpl implements BookLabelBiz {
if (null!=adviserBaseInfoDto){ if (null!=adviserBaseInfoDto){
bookLabelVO.setAdviserName(adviserBaseInfoDto.getPartyName()); bookLabelVO.setAdviserName(adviserBaseInfoDto.getPartyName());
bookLabelVO.setAgentName(adviserBaseInfoDto.getAgentName()); bookLabelVO.setAgentName(adviserBaseInfoDto.getAgentName());
bookLabelVO.setPhoneNum(adviserBaseInfoDto.getPhoneNum());
} }
} }
} }
......
...@@ -48,4 +48,7 @@ public class BookLabelVO extends BaseDto { ...@@ -48,4 +48,7 @@ public class BookLabelVO extends BaseDto {
@ApiModelProperty("出版社") @ApiModelProperty("出版社")
private String agentName; private String agentName;
@ApiModelProperty("编辑手机号")
private String phoneNum;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment