|
|
@ -2,11 +2,6 @@ package com.platform.entities;
|
|
|
|
|
|
|
|
|
|
|
|
public class CheckoutEntity extends PreDataInfo implements Comparable<CheckoutEntity> {
|
|
|
|
public class CheckoutEntity extends PreDataInfo implements Comparable<CheckoutEntity> {
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* dataInfo 的id
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private int dataId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** 验证结果 */
|
|
|
|
/** 验证结果 */
|
|
|
|
private String checkResult;
|
|
|
|
private String checkResult;
|
|
|
|
|
|
|
|
|
|
|
@ -30,20 +25,6 @@ public class CheckoutEntity extends PreDataInfo implements Comparable<CheckoutEn
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private String mark;
|
|
|
|
private String mark;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @return the dataId
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public int getDataId() {
|
|
|
|
|
|
|
|
return dataId;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @param dataId the dataId to set
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public void setDataId(int dataId) {
|
|
|
|
|
|
|
|
this.dataId = dataId;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @return the checkResult
|
|
|
|
* @return the checkResult
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|