namespace Yw.WinFrmUI
{
///
///
///
public class BimfaceFileUploadViewModel
{
///
///
///
public eFormatType FormatType { get; set; }
///
/// 文件路径
///
public string FilePath { get; set; }
///
/// 文件名称
///
public string FileName { get; set; }
///
/// 说明
///
public string Description { get; set; }
}
}