提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
|
|
4 |
import com.iailab.netsdk.lib.NetSDKLib; |
|
5 |
|
|
6 |
/** |
|
7 |
* @author 260611 |
|
8 |
* @description CLIENT_QueryDevLogCount获取日志条数输入参数 |
|
9 |
* @date 2023/05/05 11:12:30 |
|
10 |
*/ |
|
11 |
public class NET_IN_GETCOUNT_LOG_PARAM extends NetSDKLib.SdkStructure { |
|
12 |
|
|
13 |
public int dwSize; |
|
14 |
/** |
|
15 |
* 查询记录数条件 |
|
16 |
*/ |
|
17 |
public QUERY_DEVICE_LOG_PARAM stuQueryCondition = new QUERY_DEVICE_LOG_PARAM(); |
|
18 |
|
|
19 |
public NET_IN_GETCOUNT_LOG_PARAM() { |
|
20 |
this.dwSize = this.size(); |
|
21 |
} |
|
22 |
} |