vince
2024-03-01 f7178996ca77a1bccc941c0e7a73b36803e508cb
1
2
3
4
5
6
7
8
9
package com.fzzy.protocol.fzzy.resp;
 
import lombok.Data;
 
@Data
public class Response1001 {
 
    private String time;
}