修改日志页面 数据属性名称
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user