chengsc
2024-09-12 bb5a0337abd4ac99220eb9cca8a071e6db181e36
Admin.NET/WCS.Application/Service/WcsPosition/Dto/WcsPositionInput.cs
@@ -27,6 +27,11 @@
    public virtual PLCDataTypeEnum PosType { get; set; }
    /// <summary>
    /// 字符串长度
    /// </summary>
    public virtual int? StringLength { get; set; }
    /// <summary>
    /// 显示屏ip地址
    /// </summary>
    public virtual string? LedIP { get; set; }