彭雪彬
2025-07-16 371f7a5f361f6c59f8fde51e1877a51eb4dbea9e
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreFieldUpdateRequest.java
@@ -34,11 +34,17 @@
    @NotNull(groups = UpdateStoreBusinessStatusGroup.class)
    private Integer businessStatus;
    @ApiModelProperty(value = "店铺logo图片")
    private Long logoImageId;
    public interface UpdateStoreLogoImageGroup{}
    @NotBlank(groups = UpdateStoreLogoImageGroup.class)
    private String logoImageUploadId;
    @ApiModelProperty(value = "店铺封面图")
    private Long coverImageId;
    public interface UpdateStoreCoverImageGroup{}
    @NotBlank(groups = UpdateStoreCoverImageGroup.class)