using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SiteCore.taoObj { public class BNApiResponseVo { public BNApiResponseVo() { } public int code { get; set; } public string map { get; set; } public string error_msg { get; set; } } }