old_flsystem/应用/提取xml连接/Config.cs

16 lines
326 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.Linq;
using System.Text;
using System.Threading.Tasks;
namespace xml连接
{
[Config(Name = "插件-xml地址提取-配置")]
public class Config
{
public string usernames { get; set; } = string.Empty;
}
}