1
This commit is contained in:
22
Gatedge.ScanCode/Services/IServices/IK3FileService.cs
Normal file
22
Gatedge.ScanCode/Services/IServices/IK3FileService.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using Gatedge.K3Cloud.Utils;
|
||||
using Gatedge.ScanCode.Models.Vo.BaseData;
|
||||
|
||||
namespace Gatedge.ScanCode.Services.IServices
|
||||
{
|
||||
/// <summary>
|
||||
/// 金蝶文件服务类
|
||||
/// </summary>
|
||||
public interface IK3FileService
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取文件路径
|
||||
/// </summary>
|
||||
/// <param name="file"></param>
|
||||
/// <returns></returns>
|
||||
public string GetFilePath(AttachmentFile file);
|
||||
/// <summary>
|
||||
/// 配置金蝶云SDK
|
||||
/// </summary>
|
||||
public void SetK3Util(K3CloudApiUtils utils);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user