using Api.Framework.EntityTmp.SuNing2;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Api.Framework.EntityTmp.SuNing1
{
public class AddToolseller
{
///
/// 关系pid
///
public string pid { get; set; }
///
/// 1 成功,其他 异常
///
public string status { get; set; }
///
/// 错误提示
///
public string errMsg { get; set; }
}
public class Sn_body
{
///
///
///
public AddToolseller addToolseller { get; set; }
public Sn_error sn_error { get; set; }
}
public class Sn_responseContent
{
///
///
///
public Sn_body sn_body { get; set; }
}
///
/// 工具商关系
///
public class ToolsRelation
{
///
///
///
public Sn_responseContent sn_responseContent { get; set; }
}
}