feat: sysSerialNo
parent
8039564ba8
commit
03e6ac3f9f
|
|
@ -25,6 +25,12 @@ public class EchoResponse implements ApiResponse {
|
||||||
@SerializedName("recode_info")
|
@SerializedName("recode_info")
|
||||||
private String recodeInfo;
|
private String recodeInfo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 系统流水号
|
||||||
|
*/
|
||||||
|
@SerializedName("sys_serial_no")
|
||||||
|
private String sysSerialNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 系统日期(YYYY-MM-DD)
|
* 系统日期(YYYY-MM-DD)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue