Commit b57d34f7 by 郑勇

feat: [1003376] 时代大屏

parent a219afdb
......@@ -34,6 +34,16 @@ public class ExapiMessageContentDto implements Serializable{
String bookName;
@ApiModelProperty("公众号名称名称")
String officialAccountName;
@ApiModelProperty("出版社id")
private Long agentId;
public Long getAgentId() {
return agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
}
public Long getCustomerId() {
return customerId;
......
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