package com.fzzy.protocol.fzzy.resp; import lombok.Data; @Data public class Response1001 { private String time; }