lixiaojun
2024-08-15 24f31cf1f11318a0e76d31d382313d30c0ad9e1d
1
2
3
4
5
6
7
8
9
10
11
namespace Yw.BIMFace
{
    /// <summary>
    ///  删除文件返回的结果类
    /// </summary>
    [Serializable]
    public class DeleteFileResponse : GeneralResponse<object>
    {
 
    }
}