chengsc
2024-09-13 c75a630f7b099dfe3e5030a2cc66e96560cb9561
Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcDto.cs
@@ -41,4 +41,8 @@
    /// </summary>
    public string? Text { get; set; }
    /// <summary>
    /// 是否启用
    /// </summary>
    public YesNoEnum Enable { get; set; }
}