提交 | 用户 | 时间 | ||
ce910c | 1 | package com.netsdk.lib.structure;/** |
H | 2 | * @author 47081 |
3 | * @descriptio | |
4 | * @date 2020/11/9 | |
5 | * @version 1.0 | |
6 | */ | |
7 | ||
8 | import com.netsdk.lib.NetSDKLib; | |
9 | ||
10 | import static com.netsdk.lib.constant.SDKStructureFieldLenth.CFG_COMMON_STRING_32; | |
11 | ||
12 | /** | |
13 | * @author 47081 | |
14 | * @version 1.0 | |
15 | * @description | |
16 | * @date 2020/11/9 | |
17 | */ | |
18 | public class Auxs extends NetSDKLib.SdkStructure { | |
19 | public byte[] auxs=new byte[CFG_COMMON_STRING_32]; | |
20 | } |