update testplan fields

This commit is contained in:
coderfengyun 2014-02-28 11:29:25 +08:00
parent 87e778dcde
commit 3520608eb5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class TestPlan implements IAggregate {
this.createDateTime = createDateTime; this.createDateTime = createDateTime;
} }
@Column(name = "latesetRunningTime", nullable = false) @Column(name = "latestRunningTime", nullable = false)
public Date getLatestRunningTime() { public Date getLatestRunningTime() {
return latestRunningTime; return latestRunningTime;
} }