From 92e2c34a833c4fd3d446c788a711f177f1c29e2a Mon Sep 17 00:00:00 2001 From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com> Date: 星期六, 14 十二月 2024 13:41:11 +0800 Subject: [PATCH] 修改问题 --- Wms/Model/InterFaceModel/HttpModel.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs index 8c6af90..a2e2dc4 100644 --- a/Wms/Model/InterFaceModel/HttpModel.cs +++ b/Wms/Model/InterFaceModel/HttpModel.cs @@ -672,13 +672,13 @@ /// 鍦扮爜 X 鍧愭爣(mm)锛氫换鍔″畬鎴愭椂鏈夊�� /// 鏄惁蹇呭~锛氬惁 /// </summary> - public int cooX { get; set; } + public double cooX { get; set; } /// <summary> /// 鍦扮爜 Y 鍧愭爣(mm)锛氫换鍔″畬鎴愭椂鏈夊�� /// 鏄惁蹇呭~锛氬惁 /// </summary> - public int cooY { get; set; } + public double cooY { get; set; } /// <summary> /// 褰撳墠浣嶇疆缂栧彿 @@ -850,6 +850,7 @@ { public string code { get; set; } public string message { get; set; } + public string data { get; set; } public string reqCode { get; set; } } #endregion -- Gitblit v1.8.0