Commit 32601b3a by 王祖波

核销时间

parent dedb3481
...@@ -50,7 +50,7 @@ public class CoupCardClerkLogVO implements Serializable { ...@@ -50,7 +50,7 @@ public class CoupCardClerkLogVO implements Serializable {
/** /**
* 核销时间 * 核销时间
*/ */
private Date writeOffTime; private Date useTime;
public String getClerkLogId() { public String getClerkLogId() {
return clerkLogId; return clerkLogId;
...@@ -180,11 +180,11 @@ public class CoupCardClerkLogVO implements Serializable { ...@@ -180,11 +180,11 @@ public class CoupCardClerkLogVO implements Serializable {
this.createTime = createTime; this.createTime = createTime;
} }
public Date getWriteOffTime() { public Date getUseTime() {
return createTime; return createTime;
} }
public void setWriteOffTime(Date writeOffTime) { public void setUseTime(Date useTime) {
this.writeOffTime = writeOffTime; this.useTime = useTime;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment