From 1b121ae3137e7df636a0933310f08d3b0af4b1e3 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Mon, 7 Nov 2016 14:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89dataId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/entities/CheckoutEntity.java | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/com/platform/entities/CheckoutEntity.java b/src/com/platform/entities/CheckoutEntity.java index 9ef4988b..21847b54 100644 --- a/src/com/platform/entities/CheckoutEntity.java +++ b/src/com/platform/entities/CheckoutEntity.java @@ -2,11 +2,6 @@ package com.platform.entities; public class CheckoutEntity extends PreDataInfo implements Comparable { - /** - * dataInfo 的id - */ - private int dataId; - /** 验证结果 */ private String checkResult; @@ -30,20 +25,6 @@ public class CheckoutEntity extends PreDataInfo implements Comparable