fix:字段类型错误 修正
parent
494ad5edb4
commit
c232678da0
|
|
@ -143,7 +143,7 @@ public class EntPayAgrtQueryListResponse implements ApiResponse {
|
||||||
* 审核时间
|
* 审核时间
|
||||||
*/
|
*/
|
||||||
@SerializedName("check_time")
|
@SerializedName("check_time")
|
||||||
private java.util.Date checkTime;
|
private String checkTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 审核说明
|
* 审核说明
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue