Commit a3461588 by hulei

修正汇款登记薄

parent 41347af5
...@@ -39,11 +39,13 @@ public class CptselQueryVo extends CommonResult { ...@@ -39,11 +39,13 @@ public class CptselQueryVo extends CommonResult {
/** /**
* 汇款开始日期 * 汇款开始日期
*/ */
private String opndatfrom; @JsonFormat(pattern="yyyy-MM-dd",timezone="GMT+8")
private Date opndatfrom;
/** /**
* 汇款截止日期 * 汇款截止日期
*/ */
private String opndatto; @JsonFormat(pattern="yyyy-MM-dd",timezone="GMT+8")
private Date opndatto;
/** /**
* 客户号/名称 * 客户号/名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment