leiqunqing
2026-01-28 9f3b0f54b2c109bf32c250385b23df364c6ba4a4
添加接口
已添加1个文件
已删除2个文件
已修改13个文件
2636 ■■■■ 文件已修改
代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/hKLocationInfo.vue 96 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue 97 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue 104 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.794.21998/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.794.21998/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json 1020 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json 1154 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSCancelTask.cs 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskHelpMethods.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs 87 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目资料/与上游系统接口清单/~$S接口对接文档_V1.1.5.docx 补丁 | 查看 | 原始文档 | blame | 历史
项目资料/与上游系统接口清单/~$wms接口文档1-12.xlsx 补丁 | 查看 | 原始文档 | blame | 历史
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basicinfo/hKLocationInfo.vue
@@ -108,23 +108,44 @@
        {
          title: "货位类型",
          field: "locationType",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
        {
          title: "备注",
@@ -146,6 +167,7 @@
      ]
    ]);
    // æœç´¢è¡¨å•绑定字段
    const searchFormFields = ref({
      warehouseId: "",
      locationCode: "",
@@ -158,6 +180,7 @@
      createDate: "",
    });
    // æœç´¢è¡¨å•布局配置项
    const searchFormOptions = ref([
      [
        { title: "仓库编号", field: "warehouseId", type: "like" },
@@ -167,17 +190,42 @@
      ],
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "货位类型", field: "locationType", type: "like" },
        { title: "货位状态", field: "locationStatus", type: "like" },
        { title: "货位类型", field: "locationType", type: "select",
            data: [
              { key: "0", value: "未定义" },
              { key: "1", value: "小托盘" },
              { key: "2", value: "中托盘" },
              { key: "3", value: "大托盘" },
              { key: "4", value: "特大托盘" },
            ],
        },
        { title: "货位状态", field: "locationStatus", type: "select",
            data: [
              { key: "0", value: "空闲" },
              { key: "1", value: "锁定" },
              { key: "10", value: "入库锁定" },
              { key: "20", value: "出库锁定" },
              { key: "100", value: "有货" },
              { key: "99", value: "大托盘锁定" },
            ],
         },
        
      ],
      [
        { title: "禁用状态", field: "enableStatus", type: "like" },
        { title: "禁用状态", field: "enableStatus", type: "select",
            data: [
              { key: "0", value: "正常" },
              { key: "1", value: "只入" },
              { key: "2", value: "只出" },
              { key: "3", value: "禁用" },
            ],
         },
        { title: "创建人", field: "creater", type: "like" },
        { title: "创建时间", field: "createDate", type: "datetime" },
      ]
    ]);
    // è¡¨æ ¼åˆ—配置 - 1:1 å¯¹åº”后端Dt_KLSLocationInfo实体所有字段+公共字段
    const columns = ref([
      {
        field: "id",
@@ -248,23 +296,53 @@
      {
        field: "locationType",
        title: "货位类型",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
      },
      {
        field: "locationStatus",
        title: "货位状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
      },
      {
        field: "enableStatus",
        title: "禁用状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
      },
      {
        field: "creater",
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basicinfo/kLSLocationInfo.vue
@@ -53,7 +53,7 @@
          field: "warehouseId",
          type: "input",
          width: 220,
          require: true, // åŽç«¯å¿…填项 å¯¹åº”IsNullable = false
          require: true,
        },
        {
          title: "货位编号",
@@ -111,25 +111,44 @@
        {
          title: "货位类型",
          field: "locationType",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          defaultValue: "0" // å¯¹åº”后端默认值 DefaultValue = "0"
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          defaultValue: "0" // å¯¹åº”后端默认值 DefaultValue = "0"
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
        {
          title: "备注",
@@ -174,12 +193,36 @@
      ],
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "货位类型", field: "locationType", type: "like" },
        { title: "货位状态", field: "locationStatus", type: "like" },
        { title: "货位类型", field: "locationType", type: "select",
            data: [
              { key: "0", value: "未定义" },
              { key: "1", value: "小托盘" },
              { key: "2", value: "中托盘" },
              { key: "3", value: "大托盘" },
              { key: "4", value: "特大托盘" },
            ],
        },
        { title: "货位状态", field: "locationStatus", type: "select",
            data: [
              { key: "0", value: "空闲" },
              { key: "1", value: "锁定" },
              { key: "10", value: "入库锁定" },
              { key: "20", value: "出库锁定" },
              { key: "100", value: "有货" },
              { key: "99", value: "大托盘锁定" },
            ],
         },
        
      ],
      [
        { title: "禁用状态", field: "enableStatus", type: "like" },
        { title: "禁用状态", field: "enableStatus", type: "select",
            data: [
              { key: "0", value: "正常" },
              { key: "1", value: "只入" },
              { key: "2", value: "只出" },
              { key: "3", value: "禁用" },
            ],
         },
        { title: "创建人", field: "creater", type: "like" },
        { title: "创建时间", field: "createDate", type: "datetime" },
      ]
@@ -256,23 +299,53 @@
      {
        field: "locationType",
        title: "货位类型",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
      },
      {
        field: "locationStatus",
        title: "货位状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
      },
      {
        field: "enableStatus",
        title: "禁用状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
      },
      {
        field: "creater",
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basicinfo/rGVLocationInfo.vue
@@ -45,7 +45,6 @@
      remark: "",
    });
    // æ–°å¢ž/编辑表单布局+校验配置 å®Œå…¨åŒ¹é…åŽç«¯å­—段约束
    const editFormOptions = ref([
      [
        {
@@ -53,7 +52,7 @@
          field: "warehouseId",
          type: "input",
          width: 220,
          require: true, // åŽç«¯æ ‡è®° IsNullable = false å¿…传项
          require: true,
        },
        {
          title: "货位编号",
@@ -111,25 +110,44 @@
        {
          title: "货位类型",
          field: "locationType",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          defaultValue: "0", // å¯¹åº”后端 DefaultValue = "0"
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "input",
          type: "select",
          width: 120,
          require: false,
          defaultValue: "0", // å¯¹åº”后端 DefaultValue = "0"
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
        {
          title: "备注",
@@ -151,7 +169,7 @@
      ]
    ]);
    // æœç´¢è¡¨å• åŒå‘绑定字段
    // æœç´¢è¡¨å•绑定字段
    const searchFormFields = ref({
      warehouseId: "",
      locationCode: "",
@@ -164,7 +182,7 @@
      createDate: "",
    });
    // æœç´¢è¡¨å•筛选规则配置
    // æœç´¢è¡¨å•布局配置项
    const searchFormOptions = ref([
      [
        { title: "仓库编号", field: "warehouseId", type: "like" },
@@ -174,18 +192,42 @@
      ],
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "货位类型", field: "locationType", type: "like" },
        { title: "货位状态", field: "locationStatus", type: "like" },
        { title: "货位类型", field: "locationType", type: "select",
            data: [
              { key: "0", value: "未定义" },
              { key: "1", value: "小托盘" },
              { key: "2", value: "中托盘" },
              { key: "3", value: "大托盘" },
              { key: "4", value: "特大托盘" },
            ],
        },
        { title: "货位状态", field: "locationStatus", type: "select",
            data: [
              { key: "0", value: "空闲" },
              { key: "1", value: "锁定" },
              { key: "10", value: "入库锁定" },
              { key: "20", value: "出库锁定" },
              { key: "100", value: "有货" },
              { key: "99", value: "大托盘锁定" },
            ],
         },
        
      ],
      [
        { title: "禁用状态", field: "enableStatus", type: "like" },
        { title: "禁用状态", field: "enableStatus", type: "select",
            data: [
              { key: "0", value: "正常" },
              { key: "1", value: "只入" },
              { key: "2", value: "只出" },
              { key: "3", value: "禁用" },
            ],
         },
        { title: "创建人", field: "creater", type: "like" },
        { title: "创建时间", field: "createDate", type: "datetime" },
      ]
    ]);
    // è¡¨æ ¼åˆ—配置 å®Œæ•´æ˜ å°„后端实体所有字段+公共审计字段
    // è¡¨æ ¼åˆ—配置 - 1:1 å¯¹åº”后端Dt_KLSLocationInfo实体所有字段+公共字段
    const columns = ref([
      {
        field: "id",
@@ -256,23 +298,53 @@
      {
        field: "locationType",
        title: "货位类型",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "未定义" },
            { key: "1", value: "小托盘" },
            { key: "2", value: "中托盘" },
            { key: "3", value: "大托盘" },
            { key: "4", value: "特大托盘" },
          ],
        },
      },
      {
        field: "locationStatus",
        title: "货位状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "空闲" },
            { key: "1", value: "锁定" },
            { key: "10", value: "入库锁定" },
            { key: "20", value: "出库锁定" },
            { key: "100", value: "有货" },
            { key: "99", value: "大托盘锁定" },
          ],
        },
      },
      {
        field: "enableStatus",
        title: "禁用状态",
        type: "int",
        type: "select",
        width: 100,
        align: "left",
        bind: {
          key: "value",
          data: [
            { key: "0", value: "正常" },
            { key: "1", value: "只入" },
            { key: "2", value: "只出" },
            { key: "3", value: "禁用" },
          ],
        },
      },
      {
        field: "creater",
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.794.21998/CodeChunks.db
Binary files differ
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.794.21998/SemanticSymbols.db
Binary files differ
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json
@@ -3,252 +3,32 @@
  "WorkspaceRootPath": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\",
  "Documents": [
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\moveblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\moveblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\getblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\getblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotstoragestatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotstoragestatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmstasksdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmstasksdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbottaskstatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbottaskstatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotoccupystation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotoccupystation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotnewmovepodtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotnewmovepodtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxisreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxisreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\cancelgalaxistask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\cancelgalaxistask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\targetroutedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\targetroutedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottasksubmit.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottasksubmit.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskprocessreport.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskprocessreport.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskcontinue.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskcontinue.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikroboteqptrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikroboteqptrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikroboteqptexecutenotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikroboteqptexecutenotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\cancelhikrobottask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\cancelhikrobottask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\updategalaxistaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\updategalaxistaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\returngalaxis.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\returngalaxis.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxisupdatetaskstatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxisupdatetaskstatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxistaskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxistaskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wideseawcs_dto.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wideseawcs_dto.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\agv\\khagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\agv\\khagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsupdatelocationarea.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsupdatelocationarea.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_hklocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_hklocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_apiinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_apiinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_stationmanger.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_stationmanger.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_rgvlocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_rgvlocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypegroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypegroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\stationmangercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\stationmangercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\rgvlocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\rgvlocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\klslocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\klslocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\hklocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\hklocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\apiinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\apiinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\stationmangerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\stationmangerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\apiinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\apiinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\rgvlocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\rgvlocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\agv\\klsagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\agv\\klsagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\rgv\\rgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\rgv\\rgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|solutionrelative:wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\dispatchinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\dispatchinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceprotocoldetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceprotocoldetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceprotocolcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceprotocolcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\taskinfo\\wmstaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\taskinfo\\wmstaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\logininfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\logininfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\taskinfo\\dt_taskexecutedetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\taskinfo\\dt_taskexecutedetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmscanceltask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmscanceltask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\taskinfo\\dt_task.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\taskinfo\\dt_task.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\wideseawcs_model.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\wideseawcs_model.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|"
    },
    {
      "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    }
  ],
  "DocumentGroupContainers": [
@@ -258,7 +38,7 @@
      "DocumentGroups": [
        {
          "DockedWidth": 200,
          "SelectedChildIndex": 2,
          "SelectedChildIndex": 8,
          "Children": [
            {
              "$type": "Bookmark",
@@ -270,748 +50,94 @@
            },
            {
              "$type": "Document",
              "DocumentIndex": 0,
              "Title": "MoveBlockPodContentDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAFEAAAAAAAAAAAAAAA==",
              "DocumentIndex": 1,
              "Title": "WMSUpdateLocationArea.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwsAAAAmAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T09:07:41.628Z",
              "WhenOpened": "2026-01-26T08:40:41.483Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 1,
              "Title": "GetBlockPodContentDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "ViewState": "AgIAADEAAAAAAAAAAAAgwEIAAAAFAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T08:50:23.462Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 2,
              "Title": "FOURBOTStorageStatusNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvw0AAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T08:02:02.21Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 4,
              "Title": "FOURBOTTaskStatusNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "ViewState": "AgIAAAYAAAAAAAAAAAAAAA4AAAAfAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T07:39:50.512Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 6,
              "Title": "FOURBOToccupyStation.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "ViewState": "AgIAAFgAAAAAAAAAAAAswEIAAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T06:13:44.681Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 5,
              "Title": "FOURBOTReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAACsAAAAFAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T05:47:36.84Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 10,
              "Title": "TargetRouteDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAE8AAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:02:08.492Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 7,
              "Title": "FOURBOTNewMovePodTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAAAuAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T01:23:44.908Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 3,
              "Title": "WMSTasksDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "ViewState": "AgIAACYAAAAAAAAAAAAuwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:09:07.685Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 9,
              "Title": "CancelGALAXISTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAYAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:15.198Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 8,
              "Title": "GALAXISReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAkAAAAIAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:16.223Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 11,
              "Title": "HIKROBOTTaskSubmit.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "ViewState": "AgIAACgAAAAAAAAAAAAYwD8AAAAXAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T05:47:19.174Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 12,
              "Title": "HIKROBOTTaskProcessReport.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAaAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:32:21.683Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 13,
              "Title": "HIKROBOTTaskGrade.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAswCAAAAApAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:44:51.875Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 14,
              "Title": "HIKROBOTTaskContinue.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAABEAAAAXAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T06:54:20.032Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 15,
              "Title": "HIKROBOTReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAAAmAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T06:37:10.758Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 16,
              "Title": "HIKROBOTEqptRequest.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "ViewState": "AgIAACoAAAAAAAAAAAAAAEUAAAABAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:22:59.15Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 17,
              "Title": "HIKROBOTEqptExecuteNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "ViewState": "AgIAABMAAAAAAAAAAAAQwDAAAAApAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:02:03.784Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 18,
              "Title": "CancelHIKROBOTTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "ViewState": "AgIAABsAAAAAAAAAAAAYwDUAAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:25:26.472Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 19,
              "Title": "UpdateGALAXISTaskGrade.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxwAAAAtAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:46.158Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 20,
              "Title": "ReturnGALAXIS.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAAoAAAASAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:43.751Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 21,
              "Title": "GALAXISUpdateTaskStatus.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "ViewState": "AgIAACIAAAAAAAAAAAAkwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:41.041Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 22,
              "Title": "GALAXISTaskInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "ViewState": "AgIAAC8AAAAAAAAAAAAYwA8AAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:33.503Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 23,
              "Title": "WIDESEAWCS_DTO.csproj",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
              "WhenOpened": "2026-01-21T02:07:06.174Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 30,
              "Title": "TaskTypeGroup.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:41:20.261Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 35,
              "Title": "AreaInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\AreaInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\AreaInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\AreaInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\AreaInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:41:09.725Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 31,
              "Title": "TaskTypeEnum.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:40:55.566Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 32,
              "Title": "TaskStatusGroup.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:40:54.653Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 33,
              "Title": "TaskStatusEnum.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "ViewState": "AgIAAEoAAAAAAAAAAAAIwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:06:03.001Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 36,
              "Title": "StationMangerController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:28:43.775Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 37,
              "Title": "RGVLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAABqAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:28:22.942Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 38,
              "Title": "KLSLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAABqAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:59.369Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 39,
              "Title": "HKLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAABnAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:38.139Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 40,
              "Title": "ApiInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAARAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:15.67Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 42,
              "Title": "StationMangerService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:18:37.022Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 44,
              "Title": "RGVLocationInfoService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:18:36.274Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 47,
              "Title": "WMSController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T08:00:01.515Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 48,
              "Title": "TaskExecuteDetailController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:58.682Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 49,
              "Title": "TaskController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:57.723Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 50,
              "Title": "Sys_DictionaryController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:25.71Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 46,
              "Title": "RGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:52.106Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 51,
              "Title": "DispatchInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:47.054Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 52,
              "Title": "DeviceProtocolDetailController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:45.724Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 53,
              "Title": "DeviceProtocolController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:45.058Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 54,
              "Title": "DeviceInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:43.91Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 41,
              "Title": "RouterController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "ViewState": "AgIAABUAAAAAAAAAAAAAACkAAAA+AAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:38.219Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 45,
              "Title": "KLSAGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:32.668Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 43,
              "Title": "ApiInfoService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAA0AAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:56:19.461Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 61,
              "Title": "WMSTasksDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "ViewState": "AgIAAAYAAAAAAAAAAAAAAAYAAAAhAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:18:05.824Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 55,
              "Title": "WMSTaskDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "ViewState": "AgIAABUAAAAAAAAAAAAcwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:18:01.191Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 56,
              "Title": "LoginInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\LoginInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\LoginInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\LoginInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\LoginInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:15:21.145Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 57,
              "Title": "Dt_TaskExecuteDetail.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:15:19.872Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 58,
              "Title": "Dt_Task.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAADUAAAAuAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T06:59:56.882Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 59,
              "Title": "appsettings.json",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\appsettings.json",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json",
              "RelativeToolTip": "WIDESEAWCS_Server\\appsettings.json",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAEAAAAgAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
              "WhenOpened": "2026-01-16T05:52:31.39Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 60,
              "Title": "WIDESEAWCS_Model.csproj",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "RelativeToolTip": "WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
              "WhenOpened": "2026-01-16T05:40:33.111Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 27,
              "Title": "Dt_StationManger.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "ViewState": "AgIAABYAAAAAAAAAAAAQwCMAAAASAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:53.878Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 28,
              "Title": "Dt_RGVLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ViewState": "AgIAAEgAAAAAAAAAAAAQwBAAAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:52.533Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 29,
              "Title": "Dt_KLSLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "ViewState": "AgIAAEgAAAAAAAAAAAAQwE4AAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:45.352Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 25,
              "Title": "Dt_HKLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB8AAABRAAAAAAAAAA==",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAB4AAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:45.719Z"
              "WhenOpened": "2026-01-26T07:49:15.839Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 26,
              "Title": "Dt_ApiInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "ViewState": "AgIAABYAAAAAAAAAAAAQwCQAAAAAAAAAAAAAAA==",
              "DocumentIndex": 5,
              "Title": "WMSCancelTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAxAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:39.95Z"
              "WhenOpened": "2026-01-26T02:20:21.498Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 24,
              "Title": "KHAGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "DocumentIndex": 3,
              "Title": "ITaskService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "RelativeToolTip": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "ViewState": "AgIAAEAAAAAAAAAAAAAowE8AAAAiAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:34.44Z"
              "WhenOpened": "2026-01-26T02:06:07.232Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 34,
              "Title": "TaskEnumHelper.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "ViewState": "AgIAAAkAAAAAAAAAAAAAABIAAABHAAAAAAAAAA==",
              "DocumentIndex": 6,
              "Title": "Dt_Task.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ViewState": "AgIAAHUAAAAAAAAAAAAtwIUAAAAYAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:01.731Z"
              "WhenOpened": "2026-01-26T00:54:42.399Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 4,
              "Title": "WMSController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ViewState": "AgIAABcAAAAAAAAAAADwvzEAAAAsAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-26T00:49:19.659Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 0,
              "Title": "TaskService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "ViewState": "AgIAAIoAAAAAAAAAAAAcwKYAAAARAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-26T00:55:16.851Z",
              "EditorCaption": ""
            }
          ]
        }
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json
@@ -3,276 +3,44 @@
  "WorkspaceRootPath": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\",
  "Documents": [
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsupdatetaskpriority.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsupdatetaskpriority.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\getblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\getblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\moveblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\moveblockpodcontentdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbottaskstatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbottaskstatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotstoragestatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotstoragestatusnotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotoccupystation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotoccupystation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotnewmovepodtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotnewmovepodtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\rgv\\fourbot\\fourbotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\rgv\\fourbot\\fourbotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\taskinfo\\wmstaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\taskinfo\\wmstaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsupdatelocationarea.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsupdatelocationarea.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmstasksdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmstasksdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsmovelocationfeedback.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsmovelocationfeedback.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmsinoutboundcompletefeedback.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmsinoutboundcompletefeedback.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmscontainerflow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmscontainerflow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxisreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxisreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\cancelgalaxistask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\cancelgalaxistask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\targetroutedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\targetroutedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottasksubmit.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottasksubmit.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskprocessreport.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskprocessreport.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobottaskcontinue.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobottaskcontinue.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikrobotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikrobotreturn.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikroboteqptrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikroboteqptrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\hikroboteqptexecutenotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\hikroboteqptexecutenotify.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\hikrobot\\cancelhikrobottask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\hikrobot\\cancelhikrobottask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\updategalaxistaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\updategalaxistaskgrade.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\returngalaxis.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\returngalaxis.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxisupdatetaskstatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxisupdatetaskstatus.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\agv\\galaxis\\galaxistaskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\agv\\galaxis\\galaxistaskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wideseawcs_dto.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wideseawcs_dto.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\agv\\khagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\agv\\khagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_hklocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_hklocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_apiinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_apiinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_stationmanger.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_stationmanger.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_rgvlocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_rgvlocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\basicinfo\\dt_klslocationinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskmethods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskmethods.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypegroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypegroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7279A2AE-8D1F-4E66-A73A-01AF7927A336}|WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj|solutionrelative:wideseawcs_itaskinfoservice\\itaskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\tasktypeenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusgroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskstatusenum.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\taskenum\\taskenumhelper.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_common\\areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{9FBC654C-51DE-422D-9E1E-6A38268DE1E2}|WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj|solutionrelative:wideseawcs_common\\areainfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\stationmangercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\stationmangercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\rgvlocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\rgvlocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\klslocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\klslocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\hklocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\hklocationinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\apiinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\apiinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\basicinfo\\routercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\stationmangerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\stationmangerservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\apiinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\apiinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_basicinfoservice\\rgvlocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{FFAB2C76-1C9E-4006-95C8-A0B2AA53139D}|WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj|solutionrelative:wideseawcs_basicinfoservice\\rgvlocationinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\agv\\klsagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\agv\\klsagvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\rgv\\rgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\rgv\\rgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\wms\\wmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\system\\sys_dictionarycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\dispatchinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\dispatchinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceprotocoldetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceprotocoldetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceprotocolcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceprotocolcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\quartzjob\\deviceinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\quartzjob\\deviceinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\logininfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\logininfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\taskinfo\\dt_taskexecutedetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\taskinfo\\dt_taskexecutedetail.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
      "AbsoluteMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_dto\\wms\\wmscanceltask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{C2D3D138-9109-481B-8BEB-A27597890B2C}|WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj|solutionrelative:wideseawcs_dto\\wms\\wmscanceltask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\models\\taskinfo\\dt_task.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\models\\taskinfo\\dt_task.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
      "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
    },
    {
      "AbsoluteMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|e:\\gsxm\\gaopulitiku\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wideseawcs_server\\wideseawcs_model\\wideseawcs_model.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|",
      "RelativeMoniker": "D:0:0:{7F200FE8-CAF6-4131-BD25-8D438FE0ABAC}|WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj|solutionrelative:wideseawcs_model\\wideseawcs_model.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|"
    },
    {
      "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
      "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
    }
  ],
  "DocumentGroupContainers": [
@@ -282,7 +50,7 @@
      "DocumentGroups": [
        {
          "DockedWidth": 200,
          "SelectedChildIndex": 6,
          "SelectedChildIndex": 11,
          "Children": [
            {
              "$type": "Bookmark",
@@ -295,833 +63,129 @@
            {
              "$type": "Document",
              "DocumentIndex": 4,
              "Title": "FOURBOTStorageStatusNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTStorageStatusNotify.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA0AAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T08:02:02.21Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 3,
              "Title": "FOURBOTTaskStatusNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTTaskStatusNotify.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAAfAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T07:39:50.512Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 1,
              "Title": "GetBlockPodContentDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\GetBlockPodContentDto.cs",
              "ViewState": "AgIAACwAAAAAAAAAAAA8wBQAAAATAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T08:50:23.462Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 2,
              "Title": "MoveBlockPodContentDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\MoveBlockPodContentDto.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T09:07:41.628Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 0,
              "Title": "WMSUpdateTaskPriority.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateTaskPriority.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSUpdateTaskPriority.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateTaskPriority.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSUpdateTaskPriority.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxsAAAAFAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T01:17:26.206Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 5,
              "Title": "FOURBOToccupyStation.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOToccupyStation.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAEIAAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T06:13:44.681Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 6,
              "Title": "FOURBOTNewMovePodTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTNewMovePodTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T01:23:44.908Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 7,
              "Title": "FOURBOTReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\RGV\\FOURBOT\\FOURBOTReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAkAAAALAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-22T05:47:36.84Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 8,
              "Title": "WMSTaskDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\TaskInfo\\WMSTaskDTO.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:18:01.191Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 9,
              "Title": "WMSUpdateLocationArea.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxgAAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T01:15:47.44Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 10,
              "Title": "WMSTasksDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSTasksDTO.cs",
              "ViewState": "AgIAADUAAAAAAAAAAAAYwBUAAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:09:07.685Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 11,
              "Title": "WMSReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxUAAAAnAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T01:01:56.415Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 12,
              "Title": "WMSMoveLocationFeedback.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSMoveLocationFeedback.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSMoveLocationFeedback.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSMoveLocationFeedback.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSMoveLocationFeedback.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAACgAAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T00:59:36.507Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 13,
              "Title": "WMSInOutBoundCompleteFeedback.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSInOutBoundCompleteFeedback.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSInOutBoundCompleteFeedback.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSInOutBoundCompleteFeedback.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSInOutBoundCompleteFeedback.cs",
              "ViewState": "AgIAAAYAAAAAAAAAAAAAABMAAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T01:05:22.586Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 14,
              "Title": "WMSContainerFlow.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSContainerFlow.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSContainerFlow.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSContainerFlow.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSContainerFlow.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvx8AAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-23T01:13:35.281Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 17,
              "Title": "TargetRouteDto.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\TargetRouteDto.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAE8AAAAQAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:02:08.492Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 16,
              "Title": "CancelGALAXISTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\CancelGALAXISTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAAAYAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:15.198Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 15,
              "Title": "GALAXISReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAkAAAAIAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:16.223Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 18,
              "Title": "HIKROBOTTaskSubmit.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskSubmit.cs",
              "ViewState": "AgIAACgAAAAAAAAAAAAYwD8AAAAXAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T05:47:19.174Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 19,
              "Title": "HIKROBOTTaskProcessReport.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskProcessReport.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAaAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:32:21.683Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 20,
              "Title": "HIKROBOTTaskGrade.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskGrade.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAswCAAAAApAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:44:51.875Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 21,
              "Title": "HIKROBOTTaskContinue.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTTaskContinue.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAABEAAAAXAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T06:54:20.032Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 22,
              "Title": "HIKROBOTReturn.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTReturn.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABEAAAAmAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T06:37:10.758Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 23,
              "Title": "HIKROBOTEqptRequest.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptRequest.cs",
              "ViewState": "AgIAACoAAAAAAAAAAAAAAEUAAAABAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:22:59.15Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 24,
              "Title": "HIKROBOTEqptExecuteNotify.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\HIKROBOTEqptExecuteNotify.cs",
              "ViewState": "AgIAABMAAAAAAAAAAAAQwDAAAAApAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T08:02:03.784Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 25,
              "Title": "CancelHIKROBOTTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\HIKROBOT\\CancelHIKROBOTTask.cs",
              "ViewState": "AgIAABsAAAAAAAAAAAAYwDUAAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T07:25:26.472Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 26,
              "Title": "UpdateGALAXISTaskGrade.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\UpdateGALAXISTaskGrade.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxwAAAAtAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:46.158Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 27,
              "Title": "ReturnGALAXIS.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\ReturnGALAXIS.cs",
              "ViewState": "AgIAAAMAAAAAAAAAAAAAAAoAAAASAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:43.751Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 28,
              "Title": "GALAXISUpdateTaskStatus.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISUpdateTaskStatus.cs",
              "ViewState": "AgIAACIAAAAAAAAAAAAkwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:41.041Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 29,
              "Title": "GALAXISTaskInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\AGV\\GALAXIS\\GALAXISTaskInfo.cs",
              "ViewState": "AgIAAC8AAAAAAAAAAAAYwA8AAAAWAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-21T02:21:33.503Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 30,
              "Title": "WIDESEAWCS_DTO.csproj",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
              "WhenOpened": "2026-01-21T02:07:06.174Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 37,
              "Title": "TaskTypeGroup.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeGroup.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:41:20.261Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 42,
              "Title": "AreaInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\AreaInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\AreaInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\AreaInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\AreaInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:41:09.725Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 38,
              "Title": "TaskTypeEnum.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskTypeEnum.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:40:55.566Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 39,
              "Title": "TaskStatusGroup.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusGroup.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:40:54.653Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 40,
              "Title": "TaskStatusEnum.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskStatusEnum.cs",
              "ViewState": "AgIAAEoAAAAAAAAAAAAIwAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T02:06:03.001Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 43,
              "Title": "StationMangerController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\StationMangerController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:28:43.775Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 44,
              "Title": "RGVLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RGVLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAABqAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:28:22.942Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 45,
              "Title": "KLSLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\KLSLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwwAAABqAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:59.369Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 46,
              "Title": "HKLocationInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\HKLocationInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAABnAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:38.139Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 47,
              "Title": "ApiInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\ApiInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAARAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:27:15.67Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 49,
              "Title": "StationMangerService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\StationMangerService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:18:37.022Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 51,
              "Title": "RGVLocationInfoService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\RGVLocationInfoService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-19T01:18:36.274Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 54,
              "Title": "WMSController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T08:00:01.515Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 55,
              "Title": "TaskExecuteDetailController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:58.682Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 56,
              "Title": "TaskController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:57.723Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 57,
              "Title": "Sys_DictionaryController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\System\\Sys_DictionaryController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:25.71Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 53,
              "Title": "RGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\RGV\\RGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:52.106Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 58,
              "Title": "DispatchInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DispatchInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:47.054Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 59,
              "Title": "DeviceProtocolDetailController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolDetailController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:45.724Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 60,
              "Title": "DeviceProtocolController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceProtocolController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:45.058Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 61,
              "Title": "DeviceInfoController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\QuartzJob\\DeviceInfoController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:43.91Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 48,
              "Title": "RouterController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\BasicInfo\\RouterController.cs",
              "ViewState": "AgIAABUAAAAAAAAAAAAAACkAAAA+AAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:38.219Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 52,
              "Title": "KLSAGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\AGV\\KLSAGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:59:32.668Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 50,
              "Title": "ApiInfoService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "RelativeToolTip": "WIDESEAWCS_BasicInfoService\\ApiInfoService.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvw4AAAA0AAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:56:19.461Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 67,
              "Title": "WMSTasksDTO.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\TaskInfo\\WMSTasksDTO.cs",
              "ViewState": "AgIAAAYAAAAAAAAAAAAAAAYAAAAhAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:18:05.824Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 62,
              "Title": "LoginInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\LoginInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\LoginInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\LoginInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\LoginInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:15:21.145Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 63,
              "Title": "Dt_TaskExecuteDetail.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_TaskExecuteDetail.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T07:15:19.872Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 64,
              "Title": "Dt_Task.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAADUAAAAuAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T06:59:56.882Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 65,
              "Title": "appsettings.json",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\appsettings.json",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\appsettings.json",
              "RelativeToolTip": "WIDESEAWCS_Server\\appsettings.json",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAEAAAAgAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
              "WhenOpened": "2026-01-16T05:52:31.39Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 66,
              "Title": "WIDESEAWCS_Model.csproj",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "RelativeToolTip": "WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
              "WhenOpened": "2026-01-16T05:40:33.111Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 34,
              "Title": "Dt_StationManger.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_StationManger.cs",
              "ViewState": "AgIAABYAAAAAAAAAAAAQwCMAAAASAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:53.878Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 35,
              "Title": "Dt_RGVLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ViewState": "AgIAAEgAAAAAAAAAAAAQwBAAAAAVAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:52.533Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 36,
              "Title": "Dt_KLSLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_KLSLocationInfo.cs",
              "ViewState": "AgIAAEgAAAAAAAAAAAAQwE4AAAAWAAAAAAAAAA==",
              "ViewState": "AgIAAEEAAAAAAAAAAADwv18AAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:45.352Z"
              "WhenOpened": "2026-01-27T06:22:03.69Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 32,
              "DocumentIndex": 5,
              "Title": "Dt_RGVLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_RGVLocationInfo.cs",
              "ViewState": "AgIAAEEAAAAAAAAAAADwv18AAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-27T06:21:55.673Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 6,
              "Title": "TaskMethods.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskMethods.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskMethods.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskMethods.cs",
              "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskMethods.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-27T06:11:48.225Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 1,
              "Title": "WMSUpdateLocationArea.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSUpdateLocationArea.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAABUAAAAkAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-26T08:40:41.483Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 3,
              "Title": "Dt_HKLocationInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_HKLocationInfo.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAB8AAABRAAAAAAAAAA==",
              "ViewState": "AgIAAEEAAAAAAAAAAADwv1AAAAAwAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:45.719Z"
              "WhenOpened": "2026-01-26T07:49:15.839Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 33,
              "Title": "Dt_ApiInfo.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\BasicInfo\\Dt_ApiInfo.cs",
              "ViewState": "AgIAABYAAAAAAAAAAAAQwCQAAAAAAAAAAAAAAA==",
              "DocumentIndex": 8,
              "Title": "WMSCancelTask.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "RelativeToolTip": "WIDESEAWCS_DTO\\WMS\\WMSCancelTask.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAADwvxQAAAAxAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:39.95Z"
              "WhenOpened": "2026-01-26T02:20:21.498Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 31,
              "Title": "KHAGVController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\AGV\\KHAGVController.cs",
              "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
              "DocumentIndex": 7,
              "Title": "ITaskService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "RelativeToolTip": "WIDESEAWCS_ITaskInfoService\\ITaskService.cs",
              "ViewState": "AgIAAEAAAAAAAAAAAAAowE8AAAAiAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:34.44Z"
              "WhenOpened": "2026-01-26T02:06:07.232Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 41,
              "Title": "TaskEnumHelper.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "RelativeToolTip": "WIDESEAWCS_Common\\TaskEnum\\TaskEnumHelper.cs",
              "ViewState": "AgIAAAkAAAAAAAAAAAAAABIAAABHAAAAAAAAAA==",
              "DocumentIndex": 9,
              "Title": "Dt_Task.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "RelativeToolTip": "WIDESEAWCS_Model\\Models\\TaskInfo\\Dt_Task.cs",
              "ViewState": "AgIAAHUAAAAAAAAAAAAtwIUAAAAYAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-16T03:29:01.731Z"
              "WhenOpened": "2026-01-26T00:54:42.399Z"
            },
            {
              "$type": "Document",
              "DocumentIndex": 2,
              "Title": "WMSController.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\WMS\\WMSController.cs",
              "ViewState": "AgIAABcAAAAAAAAAAADwvzEAAAAsAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-26T00:49:19.659Z",
              "EditorCaption": ""
            },
            {
              "$type": "Document",
              "DocumentIndex": 0,
              "Title": "TaskService.cs",
              "DocumentMoniker": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "ToolTip": "E:\\gsxm\\GaoPuLiTiKu\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs",
              "ViewState": "AgIAAKAAAAAAAAAAAAAAwLgAAAALAAAAAAAAAA==",
              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
              "WhenOpened": "2026-01-26T00:55:16.851Z",
              "EditorCaption": ""
            }
          ]
        }
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSCancelTask.cs
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_DTO.WMS
{
    /// <summary>
    /// WMS任务取消
    /// </summary>
    public class WMSCancelTask
    {
        /// <summary>
        /// ä»»åŠ¡å·
        /// </summary>
        public string TaskCode { get; set; }
        /// <summary>
        /// æ–™ç®±æ¡ç 
        /// </summary>
        public string ContainerCode { get; set; }
    }
}
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -66,6 +66,20 @@
        WebResponseContent ReceiveWMSTask([NotNull] List<WMSTaskDTO> taskDTOs);
        /// <summary>
        /// å–消任务
        /// </summary>
        /// <param name="wMSCancelTask">取消任务实体类</param>
        /// <returns></returns>
        public WebResponseContent CancelWMSTask(WMSCancelTask wMSCancelTask);
        /// <summary>
        /// ä¿®æ”¹ä»»åŠ¡ä¼˜å…ˆçº§
        /// </summary>
        /// <param name="updateTaskPriority"></param>
        /// <returns></returns>
        public WebResponseContent UpdateWMSTaskPriority(WMSUpdateTaskPriority updateTaskPriority);
        /// <summary>
        /// æ ¹æ®æ‰˜ç›˜å·ã€èµ·å§‹åœ°å€å‘WMS请求任务
        /// </summary>
        /// <param name="palletCode">托盘号</param>
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs
@@ -27,5 +27,28 @@
        {
            return _taskService.ReceiveWMSTask(taskDTOs);
        }
        /// <summary>
        /// å–消任务
        /// </summary>
        /// <param name="wMSCancelTask"></param>
        /// <returns></returns>
        [HttpPost, Route("CancelWMSTask"), AllowAnonymous]
        public WebResponseContent CancelWMSTask([FromBody] WMSCancelTask wMSCancelTask)
        {
            return _taskService.CancelWMSTask(wMSCancelTask);
        }
        /// <summary>
        /// ä¿®æ”¹ä»»åŠ¡ä¼˜å…ˆçº§
        /// </summary>
        /// <param name="updateTaskPriority"></param>
        /// <returns></returns>
        [HttpPost, Route("UpdateWMSTaskPriority"), AllowAnonymous]
        public WebResponseContent UpdateWMSTaskPriority([FromBody] WMSUpdateTaskPriority updateTaskPriority)
        {
            return _taskService.UpdateWMSTaskPriority(updateTaskPriority);
        }
    }
}
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -17,7 +17,7 @@
    //5.PostgreSQL
    "DBType": "SqlServer",
    //连接字符串
    "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_GP;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
    "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_GP;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
    //跨域
    "Cors": {
        "PolicyName": "CorsIpAccess", //策略名称
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -32,14 +32,17 @@
                {
                    TaskNum = GetTaskNum(nameof(SequenceEnum.SeqTaskNum)),
                    WMSTaskNum = taskDTO.taskCode,
                    WMSId = GetTaskNum(nameof(SequenceEnum.SeqTaskNum)),
                    Grade = taskDTO.taskPriority,
                    PalletCode = taskDTO.containerCode,
                    Roadway = kLSLocationInfo.RoadwayNo,
                    TaskState = TaskStatusEnum.New.ObjToInt(),
                    TaskType = taskType,
                    SourceAddress = taskDTO.fromLocationCode,
                    CurrentAddress = taskDTO.fromLocationCode,
                    NextAddress = kLSLocationInfo.LocationCode,
                    TargetAddress = kLSLocationInfo.LocationCode,
                    Creater = "WMS",
                };
                kLSLocationInfo.LocationStatus = LocationStatusEnum.InLock.ObjToInt();
                Db.Ado.BeginTran();
@@ -51,7 +54,7 @@
            catch (Exception ex)
            {
                Db.Ado.RollbackTran();
                return WebResponseContent.Instance.Error(ex.Message);
                throw new Exception(ex.Message);
            }
        }
@@ -66,14 +69,17 @@
                {
                    TaskNum = GetTaskNum(nameof(SequenceEnum.SeqTaskNum)),
                    WMSTaskNum = taskDTO.taskCode,
                    WMSId = GetTaskNum(nameof(SequenceEnum.SeqTaskNum)),
                    Grade = taskDTO.taskPriority,
                    PalletCode = taskDTO.containerCode,
                    Roadway = kLSLocationInfo.RoadwayNo,
                    TaskState = TaskStatusEnum.New.ObjToInt(),
                    TaskType = taskType,
                    SourceAddress = taskDTO.fromLocationCode,
                    CurrentAddress = taskDTO.fromLocationCode,
                    NextAddress = taskDTO.toLocationCode,
                    TargetAddress = taskDTO.toLocationCode,
                    Creater = "WMS",
                };
                kLSLocationInfo.LocationStatus = LocationStatusEnum.OutLock.ObjToInt();
                Db.Ado.BeginTran();
@@ -85,7 +91,7 @@
            catch (Exception ex)
            {
                Db.Ado.RollbackTran();
                return WebResponseContent.Instance.Error(ex.Message);
                throw new Exception(ex.Message);
            }
        }
    }
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskHelpMethods.cs
@@ -17,13 +17,13 @@
            try
            {
                if (taskDTO.containerCode.IsNullOrEmpty()) throw new Exception("料箱号不能为空");
                if (taskDTO.toAreaCode.IsNullOrEmpty() || taskDTO.toLocationCode.IsNullOrEmpty()) throw new Exception("终点区域或终点位置不能为空");
                if (isType) if (taskDTO.containerType.IsNullOrEmpty()) throw new Exception("料箱号不能为空");
                if (taskDTO.toAreaCode.IsNullOrEmpty() && taskDTO.toLocationCode.IsNullOrEmpty()) throw new Exception("终点区域或终点位置不能为空");
                //if (isType) if (taskDTO.containerType.IsNullOrEmpty()) throw new Exception("料箱类型不能为空");
                if (isfrom) if (taskDTO.fromLocationCode.IsNullOrEmpty()) throw new Exception("起点位置不能为空");
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
                throw new Exception(ex.Message);
            }
            return content;
        }
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/TaskService.cs
@@ -18,6 +18,7 @@
using AutoMapper;
using SqlSugar;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using WIDESEAWCS_Common;
using WIDESEAWCS_Common.TaskEnum;
using WIDESEAWCS_Core;
@@ -99,6 +100,92 @@
            }
            return content;
        }
        /// <summary>
        /// å–消任务
        /// </summary>
        /// <param name="taskCode">任务号</param>
        /// <param name="containerCode">料箱条码</param>
        /// <returns></returns>
        public WebResponseContent CancelWMSTask(WMSCancelTask wMSCancelTask)
        {
            WebResponseContent content = new WebResponseContent();
            try
            {
                Dt_Task dt_Task = BaseDal.QueryFirst(x => x.WMSTaskNum == wMSCancelTask.TaskCode);
                if (dt_Task == null) throw new Exception("未查询到任务号相关任务");
                if (dt_Task.TaskType == TaskTypeEnum.MLInbound.ObjToInt() || dt_Task.TaskType == TaskTypeEnum.CPInbound.ObjToInt() || dt_Task.TaskType == TaskTypeEnum.CJInbound.ObjToInt())
                    dt_Task.TaskType = TaskInStatusEnum.InCancel.ObjToInt();
                else if (dt_Task.TaskType == TaskTypeEnum.MLOutbound.ObjToInt() || dt_Task.TaskType == TaskTypeEnum.CPOutbound.ObjToInt() || dt_Task.TaskType == TaskTypeEnum.CJOutbound.ObjToInt())
                    dt_Task.TaskType = TaskOutStatusEnum.OutCancel.ObjToInt();
                BaseDal.UpdateData(dt_Task);
                content.OK();
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
            }
            return content;
        }
        /// <summary>
        /// ä¿®æ”¹ä»»åŠ¡ä¼˜å…ˆçº§
        /// </summary>
        /// <param name="updateTaskPriority"></param>
        /// <returns></returns>
        public WebResponseContent UpdateWMSTaskPriority(WMSUpdateTaskPriority updateTaskPriority)
        {
            WebResponseContent content = new WebResponseContent();
            try
            {
                Dt_Task dt_Task = BaseDal.QueryFirst(x => x.WMSTaskNum == updateTaskPriority.taskCode);
                if (dt_Task == null) throw new Exception("未查询到任务号相关任务");
                dt_Task.Grade = updateTaskPriority.taskPriority;
                BaseDal.UpdateData(dt_Task);
                content.OK();
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
            }
            return content;
        }
        /// <summary>
        /// ä¿®æ”¹åº“位分区
        /// </summary>
        /// <returns></returns>
        public WebResponseContent ModifyWMSLayoutZone(WMSUpdateLocationArea wMSUpdateLocationArea)
        {
            WebResponseContent content = new WebResponseContent();
            try
            {
                if(wMSUpdateLocationArea.WarehouseId == 1)
                {
                    foreach (var LocationCode in wMSUpdateLocationArea.LocationCodes)
                    {
                        Dt_RGVLocationInfo dt_RGVLocationInfo = _rGVLocationInfoService.Repository.QueryFirst(x => x.LocationCode == LocationCode);
                        UpdateLocationCode(dt_RGVLocationInfo,wMSUpdateLocationArea.UpdateAreaCode);
                    }
                }
                content.OK();
            }
            catch (Exception ex)
            {
                content.Error(ex.Message);
            }
            return content;
        }
        private void UpdateLocationCode(object LocationInfo, string updateAreaCode)
        {
        }
        /// <summary>
        /// æŽ¥æ”¶WMS任务信息
        /// </summary>
ÏîÄ¿×ÊÁÏ/ÓëÉÏÓÎϵͳ½Ó¿ÚÇåµ¥/~$S½Ó¿Ú¶Ô½ÓÎĵµ_V1.1.5.docx
Binary files differ
ÏîÄ¿×ÊÁÏ/ÓëÉÏÓÎϵͳ½Ó¿ÚÇåµ¥/~$wms½Ó¿ÚÎĵµ1-12.xlsx