第一次提交至Git

This commit is contained in:
2024-03-11 16:32:52 +08:00
commit 3f6c4d62b9
2865 changed files with 2172317 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Namespace UTSModule.Station
Public Class PlanNodeSelectChangedEventArgs
Inherits EventArgs
Public Property Node() As RowNode
Public LineNumber As Integer '指示当前节点所在的行号
Public LineActionEn As Boolean '结合本机勾选和父级勾选确定的实际是否勾选执行的结果
End Class
End Namespace