ComplianceServer/oldcode/Model/DTO/wework/weworkalive.cs

12 lines
292 B
C#

namespace WX.CRM.Model.DTO.wework
{
public class weworkalive
{
public string version { get; set; }
public long logtime { get; set; }
public string vid { get; set; }
public string alias { get; set; }
public string metea { get; set; }
}
}