zhangyk-c
2024-07-17 664a306caf536d3b7f454e7f82262c63b3a4fee3
提交缺失文件
已修改2个文件
5 ■■■■■ 文件已修改
HStation.RevitDev/RevitDataExport/Interface/IExportService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HStation.RevitDev/RevitDataExport/Service/FamilyExportService.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HStation.RevitDev/RevitDataExport/Interface/IExportService.cs
@@ -6,7 +6,7 @@
namespace HStation.RevitDev.RevitDataExport.Interface
{
    public class IExportService
    public interface IExportService
    {
    }
HStation.RevitDev/RevitDataExport/Service/FamilyExportService.cs
@@ -1,4 +1,5 @@
using System;
using HStation.RevitDev.RevitDataExport.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;