houzhongjian
2024-10-30 a28ca3f36d0ace05966a8c0fac1e4b5fe921f882
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3 import com.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 }