using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XImagingXhandler.XDAL
{
///
/// 数据结果
///
public class DataResult
{
///
/// 结果JSON
///
public string ResultJson { get; set; }
}
}