Andy.jia
2023-08-17 378bd90e53253245defb4c505e7550ad7e1521f2
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;
}