Files
Kg.SeaTime/Service/Application.Web/Model/RequestParms/Chat/SendChatParms.cs
2026-05-22 09:07:38 +08:00

7 lines
132 B
C#

namespace Application.Web;
public class SendChatParms
{
public int type { get; set; }
public string sign { get; set; }
}