Commit 647c2b18 authored by yexiong.wang's avatar yexiong.wang

fix

parent 90af1da5
package cn.quantgroup.customer.rest.param.vcc;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import org.hibernate.validator.constraints.NotBlank;
import org.hibernate.validator.constraints.NotEmpty;
......@@ -21,7 +22,7 @@ public class OfflineRepaySubmitParam {
@NotNull
private BigDecimal actualAmount;
@NotNull
@DateTimeFormat
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private Date actualDate;
@NotBlank
private String transNo;
......
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