7 lines
129 B
C#
7 lines
129 B
C#
namespace Application.Web;
|
|
|
|
public class SendMsgParms
|
|
{
|
|
public int no { get; set; }
|
|
public string sign { get; set; }
|
|
} |