Files
windows_lock_vb/Yjpp36/dtos/KeywordItemReq.vb

7 lines
162 B
VB.net
Raw Permalink Normal View History

2025-05-19 14:06:21 +08:00
Public Class KeywordItemReq
'类型 0-关键字 1-长度限制'
Public Property type As Integer
Public Property content As String
End Class