Merge remote-tracking branch 'remotes/origin/dev' into test
commit
3fce943723
@ -0,0 +1,33 @@
|
|||||||
|
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 double ram;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* cpu信息
|
||||||
|
*/
|
||||||
|
private double cpu;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 线程id
|
||||||
|
*/
|
||||||
|
private String threadId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 方法名
|
||||||
|
*/
|
||||||
|
private String method;
|
||||||
|
}
|
Loading…
Reference in New Issue