using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_External.Model { /// /// 博思通返回 /// public class BSTResponse { /// /// 返回信息 /// public string Msg { get; set; } /// /// 返回码 /// public int Code { get; set; } } }