using System; using System.Collections.Generic; using System.Text; namespace Ufangx.FileServices { public class LocalFileOption { public string StorageRootDir { get; set; } } }