hwh
2024-08-22 2ea4ae2d4f578fb68e90992fd5b78e96f31acbd4
Admin.NET/WCS.Application/Entity/WcsPlc.cs
@@ -15,6 +15,19 @@
    public string IP { get; set; }
    /// <summary>
    /// PLC端口号
    /// </summary>
    [SugarColumn(ColumnName = "Port", ColumnDescription = "PLC端口号")]
    public int Port { get; set; }
    /// <summary>
    /// PLC类型
    /// </summary>
    [Required]
    [SugarColumn(ColumnName = "PLCType", ColumnDescription = "PLC类型")]
    public PLCEnum PLCType { get; set; }
    /// <summary>
    /// 设备类型
    /// </summary>
    [Required]