Admin.NET/WCS.Application/Entity/WcsPlc.cs
@@ -1,4 +1,6 @@

using Org.BouncyCastle.Crypto;
namespace WCS.Application;
/// <summary>
@@ -46,4 +48,9 @@
    [SugarColumn(ColumnName = "Text", ColumnDescription = "描述", Length = 100)]
    public string? Text { get; set; }
    
    /// <summary>
    /// 是否连接
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public bool IsConn { get; set; } = false;
}