fix
wzy
2021-12-24 fd80f789134e77b33724e68a0f955a0b663eead3
zq-erp/src/main/java/com/matrix/system/shopXcx/api/vo/ScoreUseRecordVo.java
@@ -1,5 +1,6 @@
package com.matrix.system.shopXcx.api.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.anotations.Extend;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -24,6 +25,7 @@
   private Integer  recType;
   @ApiModelProperty(value = "调整时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone="GMT+8")
   private Date createTime;