|
using Api.Framework.SDK;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace WebTools
|
|
{
|
|
[Config(Name = "插件-Web工具-配置")]
|
|
public class Config
|
|
{
|
|
|
|
public Config()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
} |