增加对面板模型阴影效果的处理

This commit is contained in:
2026-01-08 15:46:48 +08:00
parent 156989fc7c
commit 65b7d96aa2
2 changed files with 488 additions and 19 deletions

View File

@@ -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