完成添加变量功能
This commit is contained in:
@@ -13,7 +13,8 @@ public class DbDevice
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
[SugarColumn(IsNullable = true)] public string? Description { get; set; }
|
||||
[SugarColumn(IsNullable = true)]
|
||||
public string? Description { get; set; }
|
||||
|
||||
public string Ip { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user