ningshuxia
2025-03-27 afbafeecc1325bff849a17fb63b9b2b65b48ddf1
1
2
3
4
5
6
7
8
9
10
namespace Yw.BIMFace
{
    /// <summary>
    ///  删除模型对比的响应结果类
    /// </summary>
    public class DeleteCompareResponse : GeneralResponse<string>
    {
 
    }
}