using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HXX.Scanner.Biz.Socket { public class entity_server_base { public int code { get; set; } public string msg { get; set; } } }