using Newtonsoft.Json;
namespace Dto
{
/// <summary>
/// 凭证分析
/// </summary>
public class VoucherAnalytics
/// 表单选择
[JsonProperty("formselection")]
public string FormSelection { get; set; }
}