1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/xiaoyutou_647-wechat-auto-reply-robot

Клонировать/Скачать
Contact.cs 550
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
煙花綻放過後只剩黑暗 Отправлено 22.04.2021 05:49 7b5b5fa
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TestWechat
{
public class Contact
{
[DisplayName("昵称")]
public virtual string NickName { get; set; }
[DisplayName("微信wxid")]
public string WxId { get; set; }
[DisplayName("微信号")]
public string WxNum { get; set; }
[DisplayName("备注")]
public string RemarkName { get; set; }
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/xiaoyutou_647-wechat-auto-reply-robot.git
git@api.gitlife.ru:oschina-mirror/xiaoyutou_647-wechat-auto-reply-robot.git
oschina-mirror
xiaoyutou_647-wechat-auto-reply-robot
xiaoyutou_647-wechat-auto-reply-robot
master