mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-12-02 03:38:01 +08:00
9 lines
124 B
C#
9 lines
124 B
C#
namespace Plugin
|
|
{
|
|
public class DriverInfo
|
|
{
|
|
public string? FileName;
|
|
public Type? Type;
|
|
}
|
|
}
|