清除测试类
parent
a91ff1feaf
commit
7f8217e644
@ -1,27 +0,0 @@
|
|||||||
package cn.estsh.i3plus.pojo.platform.bean;
|
|
||||||
|
|
||||||
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @Description : 测试类
|
|
||||||
* @Reference :
|
|
||||||
* @Author : yunhao
|
|
||||||
* @CreateDate : 2019-02-24 16:21
|
|
||||||
* @Modify:
|
|
||||||
**/
|
|
||||||
public class TestInfo extends BaseBean {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 执行耗时
|
|
||||||
*/
|
|
||||||
private long executeTime;
|
|
||||||
|
|
||||||
public TestInfo(){
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public TestInfo(long executeTime){
|
|
||||||
this.executeTime = System.currentTimeMillis() - executeTime;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue