vince
2023-07-05 169e829234045a236419fdf354e1f5acaf13c6df
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;
}