mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-12-02 03:38:01 +08:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace Plugin
|
|
{
|
|
public class ConnnectSettingsModel
|
|
{
|
|
public string? Key { get; set; }
|
|
public string? Value { get; set; }
|
|
public string? DbContext { get; set; }
|
|
public string? DbType { get; set; }
|
|
}
|
|
} |