TG.WXCRM.V4/Model/DTO/wework/weworkmsg.cs

13 lines
306 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace WX.CRM.Model.DTO.wework
{
public class weworkmsg
{
//类型分别为 corpinfo rcontact message
public string tabtype { get; set; }
public string JsonText { get; set; }
public int status { get; set; }
public string md5 { get; set; }
}
}