|
|
@@ -3799,6 +3799,44 @@ public final class SystemMI1 {
|
|
|
*/
|
|
|
com.google.protobuf.ByteString
|
|
|
getLoginCodeBytes();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ boolean hasClientSystemInfo();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ com.google.protobuf.ByteString getClientSystemInfo();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return Whether the clientID field is set.
|
|
|
+ */
|
|
|
+ boolean hasClientID();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return The clientID.
|
|
|
+ */
|
|
|
+ long getClientID();
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
@@ -3821,6 +3859,7 @@ public final class SystemMI1 {
|
|
|
accountIDs_ = emptyLongList();
|
|
|
token_ = "";
|
|
|
loginCode_ = "";
|
|
|
+ clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
@@ -3961,6 +4000,16 @@ public final class SystemMI1 {
|
|
|
loginCode_ = bs;
|
|
|
break;
|
|
|
}
|
|
|
+ case 138: {
|
|
|
+ bitField0_ |= 0x00008000;
|
|
|
+ clientSystemInfo_ = input.readBytes();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 144: {
|
|
|
+ bitField0_ |= 0x00010000;
|
|
|
+ clientID_ = input.readUInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
@@ -4551,6 +4600,60 @@ public final class SystemMI1 {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public static final int CLIENTSYSTEMINFO_FIELD_NUMBER = 17;
|
|
|
+ private com.google.protobuf.ByteString clientSystemInfo_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientSystemInfo() {
|
|
|
+ return ((bitField0_ & 0x00008000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString getClientSystemInfo() {
|
|
|
+ return clientSystemInfo_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int CLIENTID_FIELD_NUMBER = 18;
|
|
|
+ private long clientID_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return Whether the clientID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientID() {
|
|
|
+ return ((bitField0_ & 0x00010000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return The clientID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getClientID() {
|
|
|
+ return clientID_;
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
|
@@ -4613,6 +4716,12 @@ public final class SystemMI1 {
|
|
|
if (((bitField0_ & 0x00004000) != 0)) {
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, loginCode_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00008000) != 0)) {
|
|
|
+ output.writeBytes(17, clientSystemInfo_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00010000) != 0)) {
|
|
|
+ output.writeUInt64(18, clientID_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
|
@@ -4688,6 +4797,14 @@ public final class SystemMI1 {
|
|
|
if (((bitField0_ & 0x00004000) != 0)) {
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, loginCode_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00008000) != 0)) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeBytesSize(17, clientSystemInfo_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00010000) != 0)) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeUInt64Size(18, clientID_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
|
@@ -4780,6 +4897,16 @@ public final class SystemMI1 {
|
|
|
if (!getLoginCode()
|
|
|
.equals(other.getLoginCode())) return false;
|
|
|
}
|
|
|
+ if (hasClientSystemInfo() != other.hasClientSystemInfo()) return false;
|
|
|
+ if (hasClientSystemInfo()) {
|
|
|
+ if (!getClientSystemInfo()
|
|
|
+ .equals(other.getClientSystemInfo())) return false;
|
|
|
+ }
|
|
|
+ if (hasClientID() != other.hasClientID()) return false;
|
|
|
+ if (hasClientID()) {
|
|
|
+ if (getClientID()
|
|
|
+ != other.getClientID()) return false;
|
|
|
+ }
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
|
@@ -4857,6 +4984,15 @@ public final class SystemMI1 {
|
|
|
hash = (37 * hash) + LOGINCODE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getLoginCode().hashCode();
|
|
|
}
|
|
|
+ if (hasClientSystemInfo()) {
|
|
|
+ hash = (37 * hash) + CLIENTSYSTEMINFO_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getClientSystemInfo().hashCode();
|
|
|
+ }
|
|
|
+ if (hasClientID()) {
|
|
|
+ hash = (37 * hash) + CLIENTID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getClientID());
|
|
|
+ }
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
|
@@ -5031,6 +5167,10 @@ public final class SystemMI1 {
|
|
|
bitField0_ = (bitField0_ & ~0x00004000);
|
|
|
loginCode_ = "";
|
|
|
bitField0_ = (bitField0_ & ~0x00008000);
|
|
|
+ clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
+ bitField0_ = (bitField0_ & ~0x00010000);
|
|
|
+ clientID_ = 0L;
|
|
|
+ bitField0_ = (bitField0_ & ~0x00020000);
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
@@ -5128,6 +5268,14 @@ public final class SystemMI1 {
|
|
|
to_bitField0_ |= 0x00004000;
|
|
|
}
|
|
|
result.loginCode_ = loginCode_;
|
|
|
+ if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
|
+ to_bitField0_ |= 0x00008000;
|
|
|
+ }
|
|
|
+ result.clientSystemInfo_ = clientSystemInfo_;
|
|
|
+ if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
|
+ result.clientID_ = clientID_;
|
|
|
+ to_bitField0_ |= 0x00010000;
|
|
|
+ }
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
@@ -5238,6 +5386,12 @@ public final class SystemMI1 {
|
|
|
loginCode_ = other.loginCode_;
|
|
|
onChanged();
|
|
|
}
|
|
|
+ if (other.hasClientSystemInfo()) {
|
|
|
+ setClientSystemInfo(other.getClientSystemInfo());
|
|
|
+ }
|
|
|
+ if (other.hasClientID()) {
|
|
|
+ setClientID(other.getClientID());
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
|
@@ -6459,6 +6613,119 @@ public final class SystemMI1 {
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private com.google.protobuf.ByteString clientSystemInfo_ = com.google.protobuf.ByteString.EMPTY;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return Whether the clientSystemInfo field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientSystemInfo() {
|
|
|
+ return ((bitField0_ & 0x00010000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return The clientSystemInfo.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString getClientSystemInfo() {
|
|
|
+ return clientSystemInfo_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @param value The clientSystemInfo to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientSystemInfo(com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ bitField0_ |= 0x00010000;
|
|
|
+ clientSystemInfo_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端系统信息
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional bytes ClientSystemInfo = 17;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearClientSystemInfo() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00010000);
|
|
|
+ clientSystemInfo_ = getDefaultInstance().getClientSystemInfo();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long clientID_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return Whether the clientID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasClientID() {
|
|
|
+ return ((bitField0_ & 0x00020000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return The clientID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getClientID() {
|
|
|
+ return clientID_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @param value The clientID to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientID(long value) {
|
|
|
+ bitField0_ |= 0x00020000;
|
|
|
+ clientID_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * 终端ID(登陆服务分配,用于通道交易关联链路)
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 ClientID = 18;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearClientID() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00020000);
|
|
|
+ clientID_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
@@ -14947,7 +15214,7 @@ public final class SystemMI1 {
|
|
|
"\t \001(\t\022\021\n\tLoginPort\030\n \001(\r\022\020\n\010DeviceID\030\013 \001" +
|
|
|
"(\t\022\027\n\017EnvironmentInfo\030\014 \001(\t\022\021\n\tLoginCode" +
|
|
|
"\030\r \001(\t\022\030\n\020ClientSystemInfo\030\016 \001(\014\022\023\n\013Clie" +
|
|
|
- "ntAppID\030\017 \001(\t\"\330\002\n\010LoginRsp\022\034\n\006Header\030\001 \001" +
|
|
|
+ "ntAppID\030\017 \001(\t\"\204\003\n\010LoginRsp\022\034\n\006Header\030\001 \001" +
|
|
|
"(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007Ret" +
|
|
|
"Desc\030\003 \001(\t\022\017\n\007LoginID\030\004 \001(\004\022\025\n\rLoginUser" +
|
|
|
"Type\030\005 \001(\r\022\025\n\rAccountStatus\030\006 \001(\r\022\016\n\006Use" +
|
|
|
@@ -14956,26 +15223,27 @@ public final class SystemMI1 {
|
|
|
"\030\013 \001(\004\022\025\n\rHasUpdatedPwd\030\014 \001(\r\022\023\n\013PwdWron" +
|
|
|
"gCnt\030\r \001(\r\022\027\n\017PwdWrongLockCnt\030\016 \001(\r\022\030\n\020L" +
|
|
|
"oginLockHourNum\030\017 \001(\r\022\021\n\tLoginCode\030\020 \001(\t" +
|
|
|
- "\"m\n\tLogoutReq\022\034\n\006Header\030\001 \001(\0132\014.MessageH" +
|
|
|
- "ead\022\017\n\007LoginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\017\n\007L" +
|
|
|
- "oginIp\030\004 \001(\t\022\021\n\tLoginPort\030\005 \001(\r\"K\n\tLogou" +
|
|
|
- "tRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007Re" +
|
|
|
- "tCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\"t\n\rTokenChe" +
|
|
|
- "ckReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007L" +
|
|
|
- "oginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\022\n\nSystemTim" +
|
|
|
- "e\030\004 \001(\004\022\021\n\tCheckType\030\005 \001(\r\"\332\001\n\rTokenChec" +
|
|
|
- "kRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007Re" +
|
|
|
- "tCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\017\n\007LoginID\030" +
|
|
|
- "\004 \001(\004\022\023\n\013TokenStatus\030\005 \001(\r\022\025\n\rLoginUserT" +
|
|
|
- "ype\030\006 \001(\r\022\016\n\006UserID\030\007 \001(\r\022\024\n\014MemberUserI" +
|
|
|
- "D\030\010 \001(\r\022\022\n\nAccountIDs\030\t \003(\004\022\022\n\nSystemTim" +
|
|
|
- "e\030\n \001(\004\"x\n\014ModifyPwdReq\022\034\n\006Header\030\001 \001(\0132" +
|
|
|
- "\014.MessageHead\022\025\n\rModifyPwdType\030\002 \001(\r\022\023\n\013" +
|
|
|
- "ModifyPwdID\030\003 \001(\004\022\016\n\006OldPwd\030\004 \001(\t\022\016\n\006New" +
|
|
|
- "Pwd\030\005 \001(\t\"N\n\014ModifyPwdRsp\022\034\n\006Header\030\001 \001(" +
|
|
|
- "\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetD" +
|
|
|
- "esc\030\003 \001(\tB?\n%cn.muchinfo.rma.protobuf.pr" +
|
|
|
- "otoclassesZ\026com.muchinfo.mtp.proto"
|
|
|
+ "\022\030\n\020ClientSystemInfo\030\021 \001(\014\022\020\n\010ClientID\030\022" +
|
|
|
+ " \001(\004\"m\n\tLogoutReq\022\034\n\006Header\030\001 \001(\0132\014.Mess" +
|
|
|
+ "ageHead\022\017\n\007LoginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022" +
|
|
|
+ "\017\n\007LoginIp\030\004 \001(\t\022\021\n\tLoginPort\030\005 \001(\r\"K\n\tL" +
|
|
|
+ "ogoutRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017" +
|
|
|
+ "\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\"t\n\rToke" +
|
|
|
+ "nCheckReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022" +
|
|
|
+ "\017\n\007LoginID\030\002 \001(\004\022\r\n\005Token\030\003 \001(\t\022\022\n\nSyste" +
|
|
|
+ "mTime\030\004 \001(\004\022\021\n\tCheckType\030\005 \001(\r\"\332\001\n\rToken" +
|
|
|
+ "CheckRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017" +
|
|
|
+ "\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\017\n\007Logi" +
|
|
|
+ "nID\030\004 \001(\004\022\023\n\013TokenStatus\030\005 \001(\r\022\025\n\rLoginU" +
|
|
|
+ "serType\030\006 \001(\r\022\016\n\006UserID\030\007 \001(\r\022\024\n\014MemberU" +
|
|
|
+ "serID\030\010 \001(\r\022\022\n\nAccountIDs\030\t \003(\004\022\022\n\nSyste" +
|
|
|
+ "mTime\030\n \001(\004\"x\n\014ModifyPwdReq\022\034\n\006Header\030\001 " +
|
|
|
+ "\001(\0132\014.MessageHead\022\025\n\rModifyPwdType\030\002 \001(\r" +
|
|
|
+ "\022\023\n\013ModifyPwdID\030\003 \001(\004\022\016\n\006OldPwd\030\004 \001(\t\022\016\n" +
|
|
|
+ "\006NewPwd\030\005 \001(\t\"N\n\014ModifyPwdRsp\022\034\n\006Header\030" +
|
|
|
+ "\001 \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007" +
|
|
|
+ "RetDesc\030\003 \001(\tB?\n%cn.muchinfo.rma.protobu" +
|
|
|
+ "f.protoclassesZ\026com.muchinfo.mtp.proto"
|
|
|
};
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
@@ -14994,7 +15262,7 @@ public final class SystemMI1 {
|
|
|
internal_static_SystemMI1_LoginRsp_fieldAccessorTable = new
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
internal_static_SystemMI1_LoginRsp_descriptor,
|
|
|
- new java.lang.String[] { "Header", "RetCode", "RetDesc", "LoginID", "LoginUserType", "AccountStatus", "UserID", "MemberUserID", "AccountIDs", "Token", "SystemTime", "HasUpdatedPwd", "PwdWrongCnt", "PwdWrongLockCnt", "LoginLockHourNum", "LoginCode", });
|
|
|
+ new java.lang.String[] { "Header", "RetCode", "RetDesc", "LoginID", "LoginUserType", "AccountStatus", "UserID", "MemberUserID", "AccountIDs", "Token", "SystemTime", "HasUpdatedPwd", "PwdWrongCnt", "PwdWrongLockCnt", "LoginLockHourNum", "LoginCode", "ClientSystemInfo", "ClientID", });
|
|
|
internal_static_SystemMI1_LogoutReq_descriptor =
|
|
|
getDescriptor().getMessageTypes().get(2);
|
|
|
internal_static_SystemMI1_LogoutReq_fieldAccessorTable = new
|