YYC
2023-10-19 a4d1e11a3ee5739d0f3089c53510baad571d9427
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;
}