using System; using System.Collections.Generic; namespace Yi.Framework.Common.IOCOptions { public class DbConnOptions { public string WriteUrl { get; set; } public List ReadUrl { get; set; } } }