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

7 lines
162 B
VB.net

Public Class KeywordItemReq
'类型 0-关键字 1-长度限制'
Public Property type As Integer
Public Property content As String
End Class