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

10 lines
210 B
C#

namespace WX.CRM.Model.DTO.wework
{
public class weworkfilepath
{
public string keymd5 { get; set; }
public string path { get; set; }
public string type { get; set; }
}
}