chengsc
2024-09-12 bb5a0337abd4ac99220eb9cca8a071e6db181e36
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; }