Commit 32601b3a by 王祖波

核销时间

parent dedb3481
......@@ -50,7 +50,7 @@ public class CoupCardClerkLogVO implements Serializable {
/**
* 核销时间
*/
private Date writeOffTime;
private Date useTime;
public String getClerkLogId() {
return clerkLogId;
......@@ -180,11 +180,11 @@ public class CoupCardClerkLogVO implements Serializable {
this.createTime = createTime;
}
public Date getWriteOffTime() {
public Date getUseTime() {
return createTime;
}
public void setWriteOffTime(Date writeOffTime) {
this.writeOffTime = writeOffTime;
public void setUseTime(Date useTime) {
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