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