Commit 34e5ced3 by 程裕兵

feat:page settle

parent 8349381a
...@@ -26,6 +26,9 @@ public class StudioSettleVO { ...@@ -26,6 +26,9 @@ public class StudioSettleVO {
@ApiModelProperty(value = "场馆ID") @ApiModelProperty(value = "场馆ID")
private Long studioId; private Long studioId;
@ApiModelProperty(value = "场馆名称")
private String studioName;
@ApiModelProperty(value = "商户ID") @ApiModelProperty(value = "商户ID")
private Long merchantId; private Long merchantId;
......
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