7 lines
132 B
C#
7 lines
132 B
C#
namespace Application.Web;
|
|
|
|
public class SendChatParms
|
|
{
|
|
public int type { get; set; }
|
|
public string sign { get; set; }
|
|
} |