|
|
@@ -195,6 +195,9 @@ public class StoreInfoDto {
|
|
|
@ApiModelProperty(value = "娱乐经营许可证状态")
|
|
|
private Integer entertainmentLicenceStatus;
|
|
|
|
|
|
+ @ApiModelProperty(value = "娱乐经营许可证")
|
|
|
+ private List<String> entertainmentLicenseAddress;
|
|
|
+
|
|
|
@ApiModelProperty(value = "娱乐经营许可证原因")
|
|
|
private String entertainmentLicenceReason;
|
|
|
|