提交 318daae5 authored 作者: huyufan's avatar huyufan

修改BUG

上级 cd1dad58
...@@ -111,6 +111,6 @@ public class OwnerAccountRunningWaterRecordVO { ...@@ -111,6 +111,6 @@ public class OwnerAccountRunningWaterRecordVO {
* 操作时间 * 操作时间
*/ */
@ApiModelProperty("操作时间") @ApiModelProperty("操作时间")
private LocalDateTime createTime; private String createTime;
} }
\ No newline at end of file
...@@ -65,9 +65,9 @@ public class OwnerAccountVO { ...@@ -65,9 +65,9 @@ public class OwnerAccountVO {
* 创建时间 * 创建时间
*/ */
@ApiModelProperty(value = "创建时间") @ApiModelProperty(value = "创建时间")
private LocalDateTime createTime; private String createTime;
@ApiModelProperty(value = "修改时间") @ApiModelProperty(value = "修改时间")
private LocalDateTime modifiedTime; private String modifiedTime;
} }
\ No newline at end of file
...@@ -70,6 +70,6 @@ public class OwnerBindCardRecordVO{ ...@@ -70,6 +70,6 @@ public class OwnerBindCardRecordVO{
* 创建时间 * 创建时间
*/ */
@ApiModelProperty(value = "创建时间") @ApiModelProperty(value = "创建时间")
private LocalDateTime createTime; private String createTime;
} }
\ No newline at end of file
...@@ -71,7 +71,7 @@ public class OwnerCaseOutVO { ...@@ -71,7 +71,7 @@ public class OwnerCaseOutVO {
* 付款时间 * 付款时间
*/ */
@ApiModelProperty(value = "付款时间") @ApiModelProperty(value = "付款时间")
private LocalDateTime paymentTime; private String paymentTime;
/** /**
* 平台付款银行 * 平台付款银行
*/ */
...@@ -96,11 +96,11 @@ public class OwnerCaseOutVO { ...@@ -96,11 +96,11 @@ public class OwnerCaseOutVO {
* 创建时间 * 创建时间
*/ */
@ApiModelProperty(value = "操作时间") @ApiModelProperty(value = "操作时间")
private LocalDateTime createTime; private String createTime;
/** /**
* 修改时间 * 修改时间
*/ */
@ApiModelProperty(value = "修改时间") @ApiModelProperty(value = "修改时间")
private LocalDateTime modifiedTime; private String modifiedTime;
} }
\ No newline at end of file
...@@ -69,7 +69,7 @@ public class OwnerTopUpVO { ...@@ -69,7 +69,7 @@ public class OwnerTopUpVO {
* 创建时间 * 创建时间
*/ */
@ApiModelProperty(value = "创建时间") @ApiModelProperty(value = "创建时间")
private LocalDateTime createTime; private String createTime;
/** /**
* 操作人 * 操作人
*/ */
...@@ -79,7 +79,7 @@ public class OwnerTopUpVO { ...@@ -79,7 +79,7 @@ public class OwnerTopUpVO {
* 审批时间 * 审批时间
*/ */
@ApiModelProperty(value = "审批时间") @ApiModelProperty(value = "审批时间")
private LocalDateTime approvalTime; private String approvalTime;
/** /**
* 审批人 * 审批人
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论