1、初始化仓库
This commit is contained in:
10
Yjpp36/dtos/KeywordResult.vb
Normal file
10
Yjpp36/dtos/KeywordResult.vb
Normal file
@ -0,0 +1,10 @@
|
||||
Public Class KeywordItem
|
||||
'关键字'
|
||||
Public Property k As String()
|
||||
|
||||
'内容长度'
|
||||
Public Property l As String()
|
||||
|
||||
'内容长度 忽略符号、空格、换行'
|
||||
Public Property li As String()
|
||||
End Class
|
||||
Reference in New Issue
Block a user