houzhongjian
2024-11-06 7412dd652c0ac48c5a17b5d9b61d5d2a0f686137
提交 | 用户 | 时间
149dd0 1 package com.iailab.netsdk.lib.structure;
H 2
3
4 import com.iailab.netsdk.lib.NetSDKLib;
5
6 /** 
7 * @author 291189
8 * @description  非机动车过滤配置 
9 * @origin autoTool
10 * @date 2023/05/29 11:40:46
11 */
12 public class NET_COMPLIANT_NONMOTOR_INFO extends NetSDKLib.SdkStructure {
13 /** 
14 非机动车颜色过滤条件
15 */
16 public            NET_NONMOTOR_COLOR_INFO                    stuNonMotorColor=new NET_NONMOTOR_COLOR_INFO();
17 /** 
18 车上人数过滤条件
19 */
20 public            NET_NONMOTOR_CYCLING_NUM_INFO                    stuNumOfCycling=new NET_NONMOTOR_CYCLING_NUM_INFO();
21 /** 
22 非机动车类型过滤条件
23 */
24 public            NET_NONMOTOR_CATEGORY_INFO                    stuCategory=new NET_NONMOTOR_CATEGORY_INFO();
25 /** 
26 保留字节
27 */
28 public            byte[]                    szReserved=new byte[1024];
29
30 public            NET_COMPLIANT_NONMOTOR_INFO(){
31 }
32 }