Commit 9a21c5a6 by HlQ

[add] AgentVO 字段补充

1 parent 13e2747c
......@@ -41,6 +41,11 @@ public class AgentVO {
private String alias;
/**
* agent类型 1:store,2:mall
*/
private Short type;
/**
* 主机名
*/
private String hostname;
......@@ -56,6 +61,26 @@ public class AgentVO {
private String ipaddr;
/**
* 操作系统
*/
private String os;
/**
* 系统信息
*/
private String systemInfo;
/**
* 时区
*/
private String timeZone;
/**
* 授权到期时间
*/
private String licenseDate;
/**
* 归属地
*/
private String addr;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!