步步为盈

15 lines
210 B

3 years ago
using Newtonsoft.Json;
using System;
namespace Jd.Api.Domain
{
[Serializable]
public class JsfResult : JdObject{
[JsonProperty("brandsId")]
public long
brandsId
{ get; set; }
}
}