Commit 1273b075 by zhangchen

增加券到账属性

parent 98a650f7
......@@ -56,8 +56,20 @@ public class VoucherItemDTO implements Serializable {
private BigDecimal fullCutAmount;
private String conditionJson;
private String courseID;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createdTime;
public void doExecuteNullField() {
public Date getCreatedTime() {
return createdTime;
}
public void setCreatedTime(Date createdTime) {
this.createdTime = createdTime;
}
public void doExecuteNullField() {
if (description == null) {
description = "";
}
......
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 sign in to comment