11 lines
195 B
C#
11 lines
195 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 二维码 服务接口
|
|
/// </summary>
|
|
public interface IQrCodeService
|
|
{
|
|
// TODO: 定义 二维码 相关方法
|
|
}
|
|
}
|