提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
import com.iailab.netsdk.lib.NetSDKLib; |
|
4 |
|
|
5 |
/** |
|
6 |
* @author 260611 |
|
7 |
* @description CLIENT_SetVTOManagerRelation 出参 |
|
8 |
* @origin autoTool |
|
9 |
* @date 2023/10/19 14:16:46 |
|
10 |
*/ |
|
11 |
public class NET_OUT_SET_VTO_MANAGER_RELATION extends NetSDKLib.SdkStructure { |
|
12 |
/** |
|
13 |
* / 结构体大小 |
|
14 |
*/ |
|
15 |
public int dwSize; |
|
16 |
/** |
|
17 |
* / 接口返回结果为0时成功 |
|
18 |
*/ |
|
19 |
public int nErrorCode; |
|
20 |
|
|
21 |
public NET_OUT_SET_VTO_MANAGER_RELATION() { |
|
22 |
this.dwSize = this.size(); |
|
23 |
} |
|
24 |
} |