Files
windows_lock_vb/Yjpp36/dtos/KeywordResult.vb
2025-05-19 14:06:21 +08:00

11 lines
238 B
VB.net

Public Class KeywordItem
'关键字'
Public Property k As String()
'内容长度'
Public Property l As String()
'内容长度 忽略符号、空格、换行'
Public Property li As String()
End Class