7 lines
162 B
VB.net
7 lines
162 B
VB.net
|
|
Public Class KeywordItemReq
|
|||
|
|
'类型 0-关键字 1-长度限制'
|
|||
|
|
Public Property type As Integer
|
|||
|
|
|
|||
|
|
Public Property content As String
|
|||
|
|
End Class
|