using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity { public class FactoryAppServer { /// /// 园区代码 /// public string FactoryCode { get; set; } /// /// 园区服务器代码 /// public string AppServeCode { get; set; } /// /// 园区服务器Id /// public int AppServerId { get; set; } } }