using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace wcftest.sapEntity
{
class returnInfo
{
///
/// 成功返回true 失败返回false
///
public bool result { get; set; }
///
/// 具体消息
///
public string msg { get; set; }
}
}