namespace Yw.Dto { /// /// /// public class CopyBimfaceFileInput : IDInput { /// /// /// [Required] public string Name { get; set; } } }