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