16 lines
326 B
C#
16 lines
326 B
C#
|
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;
|
|||
|
}
|
|||
|
}
|