清除测试类

yun-zuoyi
yunhao.wang 6 years ago
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…
Cancel
Save