package com.allfree.allfreespringbackend.common.dto; import lombok.Getter; @Getter public class PhotoUrlDTO { private String url; }