合理化框架

合理化框架
This commit is contained in:
ALEXTANG
2023-07-16 15:37:38 +08:00
parent c6ecb48944
commit 7ce72b8aa8
12 changed files with 33 additions and 39 deletions

View File

@@ -246,7 +246,7 @@ public sealed class ProtoBufExporter
{
opcodeInfo.Code += ++_aResponse;
file.AppendLine("\t\t[ProtoMember(91, IsRequired = true)]");
file.AppendLine("\t\tpublic int ErrorCode { get; set; }");
file.AppendLine("\t\tpublic uint ErrorCode { get; set; }");
break;
}
default:
@@ -263,7 +263,7 @@ public sealed class ProtoBufExporter
{
opcodeInfo.Code += ++_aRouteResponse;
file.AppendLine("\t\t[ProtoMember(91, IsRequired = true)]");
file.AppendLine("\t\tpublic int ErrorCode { get; set; }");
file.AppendLine("\t\tpublic uint ErrorCode { get; set; }");
}
break;