This commit is contained in:
tongfei
2024-03-28 14:12:45 +08:00
parent 18ed2a7d82
commit 739726cf37
6 changed files with 113 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace WMS.Web.Domain.IService
{
/// <summary>
/// 阿里云短息服务
/// </summary>
public interface IAliyunSmsService
{
}
}