| | |
| | | public final static int STATE_VERFING = 0;
|
| | | public final static int STATE_PASS = 1;
|
| | | public final static int STATE_REJECT = 2;
|
| | | |
| | | |
| | | public final static int TYPE_TAOBAO = 1;
|
| | |
|
| | | @Id
|
| | | @GeneratedValue(strategy = GenerationType.AUTO)
|
| | |
| | | @javax.persistence.Column(name = "result_code")
|
| | | @Expose
|
| | | private Integer resultCode;// 第三方平台订单爬取结果
|
| | | @Column(name = "ip_info")
|
| | | private String ipInfo;
|
| | |
|
| | | @Transient
|
| | | private Integer total;
|
| | |
| | | this.totalReject = totalReject;
|
| | | }
|
| | |
|
| | | public String getIpInfo() {
|
| | | return ipInfo;
|
| | | }
|
| | |
|
| | | public void setIpInfo(String ipInfo) {
|
| | | this.ipInfo = ipInfo;
|
| | | }
|
| | |
|
| | | }
|