using AlibabaSDK.Api;
using System;
using System.Collections.Generic;
using System.Text;
namespace AlibabaSDK.Response
{
public class AlibabaProductFollowResponse : AlibabaApiResponse
{
///
/// code,0表示成功
///
public int code { get; set; }
///
/// 结果的描述
///
public string message { get; set; }
}
}