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