NoteQuery.java

package com.saltynote.service.domain.transfer;

import lombok.Data;

@Data
public class NoteQuery {

    private String url;

}