|
@@ -5,6 +5,10 @@ import java.io.Serializable;
|
|
|
import java.text.SimpleDateFormat;
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * 捐款记录
|
|
|
|
|
+ * 2018-01-13
|
|
|
|
|
+ */
|
|
|
@Entity
|
|
@Entity
|
|
|
@Table(name="donate$projectrecode")
|
|
@Table(name="donate$projectrecode")
|
|
|
public class ProjectRecode implements Serializable{
|
|
public class ProjectRecode implements Serializable{
|
|
@@ -85,13 +89,13 @@ public class ProjectRecode implements Serializable{
|
|
|
private short status;
|
|
private short status;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 支付异常情况时信息
|
|
|
|
|
|
|
+ * 微信扫码支付所生成的图片地址
|
|
|
*/
|
|
*/
|
|
|
@Column(name = "pr_qrcode_url")
|
|
@Column(name = "pr_qrcode_url")
|
|
|
private String qrcodeUrl;
|
|
private String qrcodeUrl;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 微信扫码支付所生成的图片地址
|
|
|
|
|
|
|
+ * 支付异常情况时信息
|
|
|
*/
|
|
*/
|
|
|
@Column(name = "pr_exception_msg")
|
|
@Column(name = "pr_exception_msg")
|
|
|
private String exceptionMsg;
|
|
private String exceptionMsg;
|