feat:五级区划的固定请求参数的系统日期与时间变更为操作日期与时间;
parent
e08eaca7c3
commit
171bd30562
|
|
@ -34,14 +34,14 @@ public class FiveCascadeQueryRequest implements ApiRequest {
|
|||
/**
|
||||
* 操作日期
|
||||
*/
|
||||
@SerializedName("sys_date")
|
||||
private String sysDate;
|
||||
@SerializedName("trans_date")
|
||||
private String transDate;
|
||||
|
||||
/**
|
||||
* 操作时间
|
||||
*/
|
||||
@SerializedName("sys_time")
|
||||
private String sysTime;
|
||||
@SerializedName("trans_tradetime")
|
||||
private String transTradeTime;
|
||||
|
||||
/**
|
||||
* 区划代码
|
||||
|
|
|
|||
|
|
@ -33,13 +33,13 @@ public class FiveCascadeQueryResponse implements ApiResponse {
|
|||
private String sysSerialNo;
|
||||
|
||||
/**
|
||||
* 操作日期
|
||||
* 系统日期
|
||||
*/
|
||||
@SerializedName("sys_date")
|
||||
private String sysDate;
|
||||
|
||||
/**
|
||||
* 操作时间
|
||||
* 系统时间
|
||||
*/
|
||||
@SerializedName("sys_time")
|
||||
private String sysTime;
|
||||
|
|
|
|||
Loading…
Reference in New Issue