vince
2024-01-16 5f92b2034f84caeab9cb6efc61ecbe22407935b4
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;
}