修改日志页面 数据属性名称

This commit is contained in:
zhangwenqing
2018-07-03 18:35:16 +08:00
parent e783421ba8
commit bc02fc1b4e
4 changed files with 55 additions and 43 deletions

View File

@@ -49,6 +49,6 @@ public class LogTest {
Page<NtcIpLog> data = fromJson.getData();
System.out.println(data.getPageNo());
NtcIpLog object = data.getList().get(0);
System.out.print(object.getClientPort());
System.out.print(object.getsPort());
}
}