This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AUTS_OLD/UTS_Core/UTSModule/Station/StationPacketVo.vb

14 lines
253 B
VB.net

Public Class StationPacketVo
Public Property ProjectID As Integer
Public Property StationID As Integer
Public Property PacketName As String
Public Property PacketMd5 As String
Public Property Description As String
End Class