12 lines
201 B
C#
12 lines
201 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace Ufangx.FileServices
|
|||
|
|
{
|
|||
|
|
public class LocalFileOption
|
|||
|
|
{
|
|||
|
|
public string StorageRootDir { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|