Public Type gDoorM_t
door_key As Long
TC_no As Integer
CG_No As Integer 'C/G No
End Type
------解决方案--------------------------------------------------------
应该是结构把。
------解决方案--------------------------------------------------------
Public Structure gDoorM_t
door_key As Integer
TC_no As Short
CG_No As Short 'C/G No
End Structure