using System;
using System.Collections.Generic;
using System.Text;
namespace Common.Helper.WeChat.Models.SubscribeMessage
{
public class AuditResult
{
///
/// 申请类型
///
public string phrase1 { get; set; }
///
/// 审核结果
///
public string phrase2 { get; set; }
///
/// 审核时间
///
public string date3 { get; set; }
///
/// 备注
///
public string thing4 { get; set; }
}
}