wxw
2024-09-02 54da8a22c438e1495b9c5fbae75ca9d4b5ca7335
Admin.NET/WCS.Application/Service/WcsPosition/Dto/WcsPositionDto.cs
@@ -37,6 +37,11 @@
        public PLCDataTypeEnum? PosType { get; set; }
        
        /// <summary>
    /// 字符串长度
    /// </summary>
    public int? StringLength { get; set; }
    /// <summary>
        /// 显示屏ip地址
        /// </summary>
        public string? LedIP { get; set; }