11
10133
2025-06-05 b7a5c888bef1054fda0138b5a5f74fd804270366
11
1个文件已添加
4个文件已修改
46 ■■■■■ 已修改文件
.vs/VSWorkspaceState.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/slnx.sqlite 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.NongFuChaYuan/.vs/HH.WCS.NongFuChaYuan/v17/DocumentLayout.backup.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.NongFuChaYuan/.vs/HH.WCS.NongFuChaYuan/v17/DocumentLayout.json 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.NongFuChaYuan/ApiService/AgvController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/VSWorkspaceState.json
@@ -2,5 +2,6 @@
  "ExpandedNodes": [
    ""
  ],
  "PreviewInSolutionExplorer": false
}
.vs/slnx.sqlite
Binary files differ
HH.WCS.NongFuChaYuan/.vs/HH.WCS.NongFuChaYuan/v17/DocumentLayout.backup.json
New file
@@ -0,0 +1,12 @@
{
  "Version": 1,
  "WorkspaceRootPath": "D:\\\u5DE5\u4F5C\\\u519C\u592B\u8336\u56ED\\HH.WCS.NongFuChaYuan\\",
  "Documents": [],
  "DocumentGroupContainers": [
    {
      "Orientation": 0,
      "VerticalTabListWidth": 256,
      "DocumentGroups": []
    }
  ]
}
HH.WCS.NongFuChaYuan/.vs/HH.WCS.NongFuChaYuan/v17/DocumentLayout.json
@@ -1,12 +1,37 @@
{
  "Version": 1,
  "WorkspaceRootPath": "D:\\\u5DE5\u4F5C\\\u519C\u592B\u8336\u56ED\\HH.WCS.NongFuChaYuan\\",
  "Documents": [],
  "Documents": [
    {
      "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\\u5DE5\u4F5C\\\u519C\u592B\u8336\u56ED\\HH.WCS.NongFuChaYuan\\.vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
      "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:.vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
    }
  ],
  "DocumentGroupContainers": [
    {
      "Orientation": 0,
      "VerticalTabListWidth": 256,
      "DocumentGroups": []
      "DocumentGroups": [
        {
          "DockedWidth": 200,
          "SelectedChildIndex": 0,
          "Children": [
            {
              "$type": "Document",
              "DocumentIndex": 0,
              "Title": "DocumentLayout.backup.json",
              "DocumentMoniker": "D:\\\u5DE5\u4F5C\\\u519C\u592B\u8336\u56ED\\HH.WCS.NongFuChaYuan\\.vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json",
              "RelativeDocumentMoniker": ".vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json",
              "ToolTip": "D:\\\u5DE5\u4F5C\\\u519C\u592B\u8336\u56ED\\HH.WCS.NongFuChaYuan\\.vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json",
              "RelativeToolTip": ".vs\\HH.WCS.NongFuChaYuan\\v17\\DocumentLayout.backup.json",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAUAAAAFAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
              "WhenOpened": "2025-06-05T13:23:16.366Z",
              "EditorCaption": ""
            }
          ]
        }
      ]
    }
  ]
}
HH.WCS.NongFuChaYuan/ApiService/AgvController.cs
@@ -15,10 +15,10 @@
        [HttpPost]
        [Route("AGVCallbackState")]
        public ReturnResult AGVCallbackState(AgvTaskState model) {
            LogHelper.Info("AGVCallbackState Request:" + JsonConvert.SerializeObject(model), "HosttoagvTask");
            LogHelper.Info("AGVCallbackState  Request:" + JsonConvert.SerializeObject(model), "HosttoagvTask");
            ApiHelper.OperateTaskStatus(model);
            ReturnResult result = new ReturnResult();
            LogHelper.Info("AGVCallbackState Return:" + JsonConvert.SerializeObject(result), "HosttoagvTask");
            LogHelper.Info("AGVCallbackState  Return:" + JsonConvert.SerializeObject(result), "HosttoagvTask");
            return result;
        }