9159fc87255dd9f9849c6097580566750c73a68e..1393661a4f59fb30aea8e5893fdd8c85331b32d1
9 天以前 czw
1
139366 对比 | 目录
9 天以前 czw
1
039ba7 对比 | 目录
1个文件已添加
1个文件已修改
33 ■■■■■ 已修改文件
HnSx/Build/Project/HnSx.sln 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HnSx/Build/Project/代码/VS自定义类/AutoThread.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HnSx/Build/Project/HnSx.sln
New file
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35913.81 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HnSx", "HnSx.csproj", "{617B42AD-F1EC-4998-9398-BD7FD9D00AA3}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {617B42AD-F1EC-4998-9398-BD7FD9D00AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {617B42AD-F1EC-4998-9398-BD7FD9D00AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {617B42AD-F1EC-4998-9398-BD7FD9D00AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {617B42AD-F1EC-4998-9398-BD7FD9D00AA3}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {1435DE01-54DC-46DD-A83A-26B570969B64}
    EndGlobalSection
EndGlobal
HnSx/Build/Project/´úÂë/VS×Ô¶¨ÒåÀà/AutoThread.cs
@@ -628,7 +628,8 @@
                                                        Return = new ModifyTaskPriorityReturnInfo
                                                        {
                                                            returnCode = "0000",
                                                            returnFlag = "1"
                                                            returnFlag = "1",
                                                            returnDesc="ok"
                                                        }
                                                    }
                                                });
@@ -1595,6 +1596,7 @@
            public class ResponseData
            {
                [JsonProperty("return")]
                public ReturnInfo Return { get; set; }
            }
@@ -1692,6 +1694,7 @@
            public class StockInExceptionResponseData
            {
                [JsonProperty("return")]
                public StockInExceptionReturnInfo Return { get; set; }
            }
@@ -1869,6 +1872,7 @@
            public class StockInInteractionResponseData
            {
                [JsonProperty("return")]
                public StockInInteractionReturnInfo Return { get; set; }
            }
@@ -2188,6 +2192,7 @@
            public class PutConveyorTaskResponseData
            {
                [JsonProperty("return")]
                public PutConveyorTaskReturnInfo Return { get; set; }
            }
@@ -2282,6 +2287,7 @@
            public class ReportWeightInfoResponseData
            {
                [JsonProperty("return")]
                public ReportWeightInfoReturnInfo Return { get; set; }
            }