From 8cd6bb29fe8e46930ad199c4edfbec216475a988 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 11 三月 2025 19:47:15 +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