using System; using System.Collections.Generic; using System.Text; namespace WMS.Web.Domain.Options { /// /// 老ops对接 /// public class OpsOptions { public string Url { get; set; } public string UserName { get; set; } public string PassWord { get; set; } } }