houzhongjian
2024-11-06 7412dd652c0ac48c5a17b5d9b61d5d2a0f686137
提交 | 用户 | 时间
149dd0 1 package com.iailab.netsdk.lib.structure;
H 2
3 import com.iailab.netsdk.lib.NetSDKLib;
4
5 /**
6  * @author 251823
7  * @description
8  * @date 2023/02/17 19:39:19
9  */
10 public class NET_POINT_EX extends NetSDKLib.SdkStructure {
11     public short nx;
12     public short ny;
13     public NET_POINT_EX() {
14     }
15 }