From d591ddc0070e7b3dfea9ddabf3fc7bfc7275465b Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 26 九月 2024 08:46:11 +0800 Subject: [PATCH] 修改自动码垛绑定信息返回巷道口接口 --- Wms/Model/InterFaceModel/HttpModel.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs index 9040f1a..57c5de1 100644 --- a/Wms/Model/InterFaceModel/HttpModel.cs +++ b/Wms/Model/InterFaceModel/HttpModel.cs @@ -49,8 +49,9 @@ /// </summary> public string message { get; set; } } + /// <summary> - /// Mes浠ょ墝Model + /// 鎺ユ敹Mes浠ょ墝Model /// </summary> public class MesTokenModel { @@ -78,15 +79,17 @@ } + /// <summary> + /// 鎺ユ敹MES浠ょ墝token鍊糓doel + /// </summary> public class GetTokenModel { public string token { get; set; } public string expire_time { get; set; } } - /// <summary> - /// 閲婃斁澶囨枡鍖哄偍浣嶇姸鎬丮odel + /// 鎺ユ敹閲婃斁澶囨枡鍖哄偍浣嶇姸鎬丮odel /// </summary> public class UpLocateModel { -- Gitblit v1.8.0