提交 | 用户 | 时间 | ||
ce910c | 1 | package com.netsdk.lib.structure; |
H | 2 | |
3 | import com.netsdk.lib.NetSDKLib; | |
4 | ||
5 | /** | |
6 | * @author 260611 | |
7 | * @description CLIENT_GetVTOManagerRelation 入参 | |
8 | * @origin autoTool | |
9 | * @date 2023/10/19 14:16:46 | |
10 | */ | |
11 | public class NET_IN_GET_VTO_MANAGER_RELATION extends NetSDKLib.SdkStructure { | |
12 | /** | |
13 | * / 结构体大小 | |
14 | */ | |
15 | public int dwSize; | |
16 | /** | |
17 | * / 开始查询的记录偏移量 | |
18 | */ | |
19 | public int nOffset; | |
20 | ||
21 | public NET_IN_GET_VTO_MANAGER_RELATION() { | |
22 | this.dwSize = this.size(); | |
23 | } | |
24 | } |