CZT
2023-08-25 4143abe3b122c303230464a1147fde23cd3c3064
1
2
3
4
5
6
7
8
9
package com.ld.igds.protocol.fzzy.resp;
 
import lombok.Data;
 
@Data
public class Response1001 {
 
    private String time;
}