|
|
|
@@ -1,13 +1,14 @@ |
|
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
import lombok.Data; |
|
|
|
import javax.persistence.*; |
|
|
|
import java.util.*; |
|
|
|
import java.math.*; |
|
|
|
import javax.persistence.Transient; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
import javax.persistence.Id; |
|
|
|
import javax.persistence.Table; |
|
|
|
import javax.persistence.Transient; |
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@Table(name = "wx_credit_history") |
|
|
|
@Data |
|
|
|
@@ -60,7 +61,7 @@ public class WxCreditHistory implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="小票URL",name="receiptUrl") |
|
|
|
private String receiptUrl; |
|
|
|
/**操作人类型*/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人类型",name="operatorType") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人类型 1:C端用户,2:A端会员,3:B端用户,4:A端用户",name="operatorType") |
|
|
|
private Integer operatorType; |
|
|
|
/**操作人ID*/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="操作人ID",name="operatorId") |
|
|
|
|