Commit 0005d6b3 by 田超

Merge branch 'feature/addLocation' into 'master'

feat: [none] 二维码位置

See merge request rays/pcloud-book!1217
parents b20eb244 2b93dcb4
......@@ -152,6 +152,34 @@ public class BookGroupDTO implements Serializable {
*/
private String entranceContent;
private Integer groupQrcodePageNum;
private Integer groupQrcodeLocationId;
private String groupQrcodeRemark;
public Integer getGroupQrcodePageNum() {
return groupQrcodePageNum;
}
public void setGroupQrcodePageNum(Integer groupQrcodePageNum) {
this.groupQrcodePageNum = groupQrcodePageNum;
}
public Integer getGroupQrcodeLocationId() {
return groupQrcodeLocationId;
}
public void setGroupQrcodeLocationId(Integer groupQrcodeLocationId) {
this.groupQrcodeLocationId = groupQrcodeLocationId;
}
public String getGroupQrcodeRemark() {
return groupQrcodeRemark;
}
public void setGroupQrcodeRemark(String groupQrcodeRemark) {
this.groupQrcodeRemark = groupQrcodeRemark;
}
public String getEntranceTitle() {
return entranceTitle;
}
......@@ -426,6 +454,9 @@ public class BookGroupDTO implements Serializable {
", jumpType=" + jumpType +
", entranceTitle='" + entranceTitle + '\'' +
", entranceContent='" + entranceContent + '\'' +
", groupQrcodePageNum=" + groupQrcodePageNum +
", groupQrcodeLocationId=" + groupQrcodeLocationId +
", groupQrcodeRemark='" + groupQrcodeRemark + '\'' +
'}';
}
}
\ No newline at end of file
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