using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// Redis 参数 /// public class Paras_Redis { /// /// Url /// public string Url { get; set; } } }