update testplan fields
This commit is contained in:
parent
87e778dcde
commit
3520608eb5
|
@ -82,7 +82,7 @@ public class TestPlan implements IAggregate {
|
|||
this.createDateTime = createDateTime;
|
||||
}
|
||||
|
||||
@Column(name = "latesetRunningTime", nullable = false)
|
||||
@Column(name = "latestRunningTime", nullable = false)
|
||||
public Date getLatestRunningTime() {
|
||||
return latestRunningTime;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue