song zhou
2025-05-18 5c5a26ca4f99953d06e75010eed5b0b59dff3b3f
HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsTask/WmsTaskDto.cs
@@ -29,6 +29,7 @@
    {
        get
        {
            if (TaskType == 0) return "";
            return GetEnumDescriptionUtil.GetEnumDescription(TaskType);
        }
    }
@@ -49,6 +50,7 @@
    {
        get
        {
            if (TaskStatus == 0) return "";
            return GetEnumDescriptionUtil.GetEnumDescription(TaskStatus);
        }
    }
@@ -66,6 +68,12 @@
    /// 目标库位
    /// </summary>
    public string? ToPlace { get; set; }
    /// <summary>
    /// PLC任务号
    /// </summary>
    public int PlcTaskId { get; set; }
    /// <summary>
    /// 巷道
@@ -89,6 +97,7 @@
    {
        get
        {
            if (Dodevicetype == 0) return "";
            return GetEnumDescriptionUtil.GetEnumDescription(Dodevicetype);
        }
    }
@@ -105,6 +114,7 @@
    {
        get
        {
            if (TaskDodeviceStatus == 0) return "";
            return GetEnumDescriptionUtil.GetEnumDescription(TaskDodeviceStatus);
        }
    }
@@ -126,6 +136,7 @@
    {
        get
        {
            if (SonTaskType == 0 || !SonTaskType.HasValue) return "";
            return GetEnumDescriptionUtil.GetEnumDescription(SonTaskType);
        }
    }