From 48df8080d7befac9fff4f5345750699c592512f6 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期三, 07 五月 2025 08:21:28 +0800
Subject: [PATCH] 修改问题
---
Wms/Model/InterFaceModel/HttpModel.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index ae83817..b176c7f 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -1,5 +1,6 @@
锘縰sing System;
using System.Collections.Generic;
+using System.ComponentModel;
using System.Text;
namespace Model.InterFaceModel
@@ -80,6 +81,21 @@
public int StatusCode { get; set; }
public string Msg { get; set; }
}
+
+ public enum PLCTypeEnum
+ {
+ /// <summary>
+ /// AGV灏忚溅
+ /// </summary>
+ [Description("AGV灏忚溅")]
+ AGV = 2,
+ /// <summary>
+ /// 绌挎杞�
+ /// </summary>
+ [Description("绌挎杞�")]
+ ShuttleCar = 7
+ }
+
/// <summary>
/// Wms涓撶敤 涓嬪彂鎸囦护Dto
/// </summary>
@@ -95,6 +111,8 @@
/// </summary>
public string TaskType { get; set; }
+ public PLCTypeEnum Type { get; set; }
+
/// <summary>
/// 鎵樼洏鍙�
/// </summary>
--
Gitblit v1.8.0