增加对面板模型阴影效果的处理
This commit is contained in:
@@ -115,6 +115,8 @@ Public Class PreviewRoomTypePanel
|
||||
Public Property panels As List(Of Panel)
|
||||
Public Property picNum As String
|
||||
Public Property project As List(Of Project)
|
||||
Public Property RecordDate As String
|
||||
|
||||
End Class
|
||||
|
||||
Public Class Panel
|
||||
@@ -143,4 +145,16 @@ Public Class Project
|
||||
Public Property report_id As String
|
||||
Public Property room_data_json As String
|
||||
Public Property room_type_count As Integer
|
||||
|
||||
Public Property protocol As String
|
||||
Public Property project_name As String
|
||||
Public Property switch_series As String
|
||||
Public Property socket_series As String
|
||||
Public Property cn_font As String
|
||||
Public Property cn_font_size As Double
|
||||
Public Property en_font As String
|
||||
Public Property en_font_size As Double
|
||||
Public Property SwitchSizeText As String
|
||||
Public Property SocketSizeText As String
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user