lixiaojun
2024-10-22 42eede634410c4d3bc607d7ae454175db7ccc5a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using Yw.CAL.HttpClient;
 
namespace HStation.CAL.HttpClient
{
    /// <summary>
    ///
    /// </summary>
    public class TransferRevitFile : BaseCAL, ITransferRevitFile
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.TransferFile.ConfigHelper.HttpUrl}/Transfer/Revit/File"; }
        }
 
 
 
    }
}