hwh
2024-09-13 b51ba798274bee2439e0ae815ec1fa2bbf6b7808
Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs
@@ -12,6 +12,11 @@
    public virtual string IP { get; set; }
    /// <summary>
    /// PLC端口号
    /// </summary>
    public virtual int Port { get; set; }
    /// <summary>
    /// PLC类型
    /// </summary>
    public virtual PLCEnum PLCType { get; set; }