old_flsystem/应用/WebTools/Config.cs

21 lines
349 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
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()
{
}
}
}