소스 검색

回滚代码字段

qrs 1 주 전
부모
커밋
9c29b69a5c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      alien-entity/src/main/java/shop/alien/entity/store/dto/StoreInfoDto.java

+ 3 - 0
alien-entity/src/main/java/shop/alien/entity/store/dto/StoreInfoDto.java

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