|
|
@@ -43246,22 +43246,22 @@ public final class ManageServiceMI2 {
|
|
|
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return Whether the wRStandardID field is set.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return Whether the deliveryGoodsID field is set.
|
|
|
*/
|
|
|
- boolean hasWRStandardID();
|
|
|
+ boolean hasDeliveryGoodsID();
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return The wRStandardID.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return The deliveryGoodsID.
|
|
|
*/
|
|
|
- long getWRStandardID();
|
|
|
+ long getDeliveryGoodsID();
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
@@ -43320,7 +43320,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
case 16: {
|
|
|
bitField0_ |= 0x00000002;
|
|
|
- wRStandardID_ = input.readUInt64();
|
|
|
+ deliveryGoodsID_ = input.readUInt64();
|
|
|
break;
|
|
|
}
|
|
|
default: {
|
|
|
@@ -43383,31 +43383,31 @@ public final class ManageServiceMI2 {
|
|
|
return bizType_;
|
|
|
}
|
|
|
|
|
|
- public static final int WRSTANDARDID_FIELD_NUMBER = 2;
|
|
|
- private long wRStandardID_;
|
|
|
+ public static final int DELIVERYGOODSID_FIELD_NUMBER = 2;
|
|
|
+ private long deliveryGoodsID_;
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return Whether the wRStandardID field is set.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return Whether the deliveryGoodsID field is set.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public boolean hasWRStandardID() {
|
|
|
+ public boolean hasDeliveryGoodsID() {
|
|
|
return ((bitField0_ & 0x00000002) != 0);
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return The wRStandardID.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return The deliveryGoodsID.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public long getWRStandardID() {
|
|
|
- return wRStandardID_;
|
|
|
+ public long getDeliveryGoodsID() {
|
|
|
+ return deliveryGoodsID_;
|
|
|
}
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@@ -43428,7 +43428,7 @@ public final class ManageServiceMI2 {
|
|
|
output.writeInt32(1, bizType_);
|
|
|
}
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
|
- output.writeUInt64(2, wRStandardID_);
|
|
|
+ output.writeUInt64(2, deliveryGoodsID_);
|
|
|
}
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
@@ -43445,7 +43445,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
- .computeUInt64Size(2, wRStandardID_);
|
|
|
+ .computeUInt64Size(2, deliveryGoodsID_);
|
|
|
}
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
@@ -43467,10 +43467,10 @@ public final class ManageServiceMI2 {
|
|
|
if (getBizType()
|
|
|
!= other.getBizType()) return false;
|
|
|
}
|
|
|
- if (hasWRStandardID() != other.hasWRStandardID()) return false;
|
|
|
- if (hasWRStandardID()) {
|
|
|
- if (getWRStandardID()
|
|
|
- != other.getWRStandardID()) return false;
|
|
|
+ if (hasDeliveryGoodsID() != other.hasDeliveryGoodsID()) return false;
|
|
|
+ if (hasDeliveryGoodsID()) {
|
|
|
+ if (getDeliveryGoodsID()
|
|
|
+ != other.getDeliveryGoodsID()) return false;
|
|
|
}
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
@@ -43487,10 +43487,10 @@ public final class ManageServiceMI2 {
|
|
|
hash = (37 * hash) + BIZTYPE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getBizType();
|
|
|
}
|
|
|
- if (hasWRStandardID()) {
|
|
|
- hash = (37 * hash) + WRSTANDARDID_FIELD_NUMBER;
|
|
|
+ if (hasDeliveryGoodsID()) {
|
|
|
+ hash = (37 * hash) + DELIVERYGOODSID_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
- getWRStandardID());
|
|
|
+ getDeliveryGoodsID());
|
|
|
}
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
@@ -43631,7 +43631,7 @@ public final class ManageServiceMI2 {
|
|
|
super.clear();
|
|
|
bizType_ = 0;
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
- wRStandardID_ = 0L;
|
|
|
+ deliveryGoodsID_ = 0L;
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
return this;
|
|
|
}
|
|
|
@@ -43666,7 +43666,7 @@ public final class ManageServiceMI2 {
|
|
|
to_bitField0_ |= 0x00000001;
|
|
|
}
|
|
|
if (((from_bitField0_ & 0x00000002) != 0)) {
|
|
|
- result.wRStandardID_ = wRStandardID_;
|
|
|
+ result.deliveryGoodsID_ = deliveryGoodsID_;
|
|
|
to_bitField0_ |= 0x00000002;
|
|
|
}
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
@@ -43721,8 +43721,8 @@ public final class ManageServiceMI2 {
|
|
|
if (other.hasBizType()) {
|
|
|
setBizType(other.getBizType());
|
|
|
}
|
|
|
- if (other.hasWRStandardID()) {
|
|
|
- setWRStandardID(other.getWRStandardID());
|
|
|
+ if (other.hasDeliveryGoodsID()) {
|
|
|
+ setDeliveryGoodsID(other.getDeliveryGoodsID());
|
|
|
}
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
@@ -43809,57 +43809,57 @@ public final class ManageServiceMI2 {
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
- private long wRStandardID_ ;
|
|
|
+ private long deliveryGoodsID_ ;
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return Whether the wRStandardID field is set.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return Whether the deliveryGoodsID field is set.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public boolean hasWRStandardID() {
|
|
|
+ public boolean hasDeliveryGoodsID() {
|
|
|
return ((bitField0_ & 0x00000002) != 0);
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @return The wRStandardID.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @return The deliveryGoodsID.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public long getWRStandardID() {
|
|
|
- return wRStandardID_;
|
|
|
+ public long getDeliveryGoodsID() {
|
|
|
+ return deliveryGoodsID_;
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
- * @param value The wRStandardID to set.
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
+ * @param value The deliveryGoodsID to set.
|
|
|
* @return This builder for chaining.
|
|
|
*/
|
|
|
- public Builder setWRStandardID(long value) {
|
|
|
+ public Builder setDeliveryGoodsID(long value) {
|
|
|
bitField0_ |= 0x00000002;
|
|
|
- wRStandardID_ = value;
|
|
|
+ deliveryGoodsID_ = value;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * uint64 �ֻ���ƷID
|
|
|
+ * uint64 Ʒ��ID
|
|
|
* </pre>
|
|
|
*
|
|
|
- * <code>optional uint64 WRStandardID = 2;</code>
|
|
|
+ * <code>optional uint64 DeliveryGoodsID = 2;</code>
|
|
|
* @return This builder for chaining.
|
|
|
*/
|
|
|
- public Builder clearWRStandardID() {
|
|
|
+ public Builder clearDeliveryGoodsID() {
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
- wRStandardID_ = 0L;
|
|
|
+ deliveryGoodsID_ = 0L;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
@@ -89972,141 +89972,141 @@ public final class ManageServiceMI2 {
|
|
|
"otalExposure\030\021 \001(\001\022\027\n\017TotalHedgeRatio\030\022 " +
|
|
|
"\001(\001\022\031\n\021TotalNeedHedgeQty\030\023 \001(\001\022\032\n\022NeedHe" +
|
|
|
"dgeExposoure\030\024 \001(\001\022\026\n\016NeedHedgeRatio\030\025 \001" +
|
|
|
- "(\001\022\022\n\nUpdateTime\030\026 \001(\t\"?\n\026ErmcpBizGroupS" +
|
|
|
- "potGoods\022\017\n\007BizType\030\001 \001(\005\022\024\n\014WRStandardI" +
|
|
|
- "D\030\002 \001(\004\"+\n\026ErmcpBizGroupTAAccount\022\021\n\tAcc" +
|
|
|
- "ountID\030\001 \001(\004\"&\n\016MemberFuncMenu\022\024\n\014resour" +
|
|
|
- "cecode\030\001 \001(\t\"#\n\016LoginTaaccount\022\021\n\taccoun" +
|
|
|
- "tid\030\001 \001(\004\"\246\004\n\025HedgeOutMainConfigReq\022\034\n\006H" +
|
|
|
- "eader\030\001 \001(\0132\014.MessageHead\022\020\n\010marketid\030\002 " +
|
|
|
- "\001(\004\022\030\n\020hedgeaccountcode\030\003 \001(\t\022\023\n\013connect" +
|
|
|
- "flag\030\004 \001(\005\022\027\n\017hedgeaccountpwd\030\005 \001(\t\022\r\n\005a" +
|
|
|
- "ppid\030\006 \001(\t\022\020\n\010authcode\030\007 \001(\t\022\023\n\013limitnum" +
|
|
|
- "ber\030\010 \001(\004\022\016\n\006status\030\t \001(\005\022\023\n\013accountname" +
|
|
|
- "\030\n \001(\t\022\021\n\taccountid\030\013 \001(\004\022\025\n\rtaaccountty" +
|
|
|
- "pe\030\014 \001(\005\022\022\n\ncurrencyid\030\r \001(\005\022\024\n\014outthres" +
|
|
|
- "hold\030\016 \001(\001\022\016\n\006ismain\030\017 \001(\005\022\027\n\017parentacco" +
|
|
|
- "untid\030\020 \001(\004\022\025\n\rrelateduserid\030\021 \001(\004\022\025\n\rfr" +
|
|
|
- "omaccountid\030\022 \001(\004\022\030\n\020trademargintmpid\030\023 " +
|
|
|
- "\001(\004\022\025\n\rtradefeetmpid\030\024 \001(\004\022\025\n\rmaxsubacco" +
|
|
|
- "uts\030\025 \001(\004\022\014\n\004fcid\030\026 \001(\004\022\021\n\tcreatorid\030\027 \001" +
|
|
|
- "(\004\022\022\n\nmodifierid\030\030 \001(\004\022\022\n\nareauserid\030\031 \001" +
|
|
|
- "(\004\"j\n\025HedgeOutMainConfigRsp\022\034\n\006Header\030\001 " +
|
|
|
- "\001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007Re" +
|
|
|
- "tDesc\030\003 \001(\t\022\021\n\taccountid\030\004 \001(\004\"\247\002\n\020Ermcp" +
|
|
|
- "BizGroupReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHea" +
|
|
|
- "d\022\022\n\nBizGroupID\030\002 \001(\004\022\017\n\007BizType\030\003 \001(\005\022\016" +
|
|
|
- "\n\006Remark\030\004 \001(\t\022\020\n\010ApplySrc\030\005 \001(\005\022\017\n\007Appl" +
|
|
|
- "yId\030\006 \001(\004\022;\n\tSpotGoods\030\007 \003(\0132(.ManageSer" +
|
|
|
- "viceMI2.ErmcpBizGroupSpotGoods\022;\n\tTAAcco" +
|
|
|
- "unt\030\010 \003(\0132(.ManageServiceMI2.ErmcpBizGro" +
|
|
|
- "upTAAccount\022\017\n\007OptType\030\t \001(\005\022\022\n\nAreaUser" +
|
|
|
- "ID\030\n \001(\004\"f\n\020ErmcpBizGroupRsp\022\034\n\006Header\030\001" +
|
|
|
- " \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007R" +
|
|
|
- "etDesc\030\003 \001(\t\022\022\n\nBizGroupID\030\004 \001(\004\"\345\001\n\025Man" +
|
|
|
- "agerRoleOperateReq\022\034\n\006Header\030\001 \001(\0132\014.Mes" +
|
|
|
- "sageHead\022\016\n\006autoid\030\002 \001(\004\022\023\n\013operatetype\030" +
|
|
|
- "\003 \001(\r\022\022\n\nareauserid\030\004 \001(\004\022\022\n\nmodifierid\030" +
|
|
|
- "\005 \001(\004\022\024\n\014modifyremark\030\006 \001(\t\022\020\n\010rolename\030" +
|
|
|
- "\007 \001(\t\0229\n\017memberfuncmenus\030\010 \003(\0132 .ManageS" +
|
|
|
- "erviceMI2.MemberFuncMenu\"g\n\025ManagerRoleO" +
|
|
|
+ "(\001\022\022\n\nUpdateTime\030\026 \001(\t\"B\n\026ErmcpBizGroupS" +
|
|
|
+ "potGoods\022\017\n\007BizType\030\001 \001(\005\022\027\n\017DeliveryGoo" +
|
|
|
+ "dsID\030\002 \001(\004\"+\n\026ErmcpBizGroupTAAccount\022\021\n\t" +
|
|
|
+ "AccountID\030\001 \001(\004\"&\n\016MemberFuncMenu\022\024\n\014res" +
|
|
|
+ "ourcecode\030\001 \001(\t\"#\n\016LoginTaaccount\022\021\n\tacc" +
|
|
|
+ "ountid\030\001 \001(\004\"\246\004\n\025HedgeOutMainConfigReq\022\034" +
|
|
|
+ "\n\006Header\030\001 \001(\0132\014.MessageHead\022\020\n\010marketid" +
|
|
|
+ "\030\002 \001(\004\022\030\n\020hedgeaccountcode\030\003 \001(\t\022\023\n\013conn" +
|
|
|
+ "ectflag\030\004 \001(\005\022\027\n\017hedgeaccountpwd\030\005 \001(\t\022\r" +
|
|
|
+ "\n\005appid\030\006 \001(\t\022\020\n\010authcode\030\007 \001(\t\022\023\n\013limit" +
|
|
|
+ "number\030\010 \001(\004\022\016\n\006status\030\t \001(\005\022\023\n\013accountn" +
|
|
|
+ "ame\030\n \001(\t\022\021\n\taccountid\030\013 \001(\004\022\025\n\rtaaccoun" +
|
|
|
+ "ttype\030\014 \001(\005\022\022\n\ncurrencyid\030\r \001(\005\022\024\n\014outth" +
|
|
|
+ "reshold\030\016 \001(\001\022\016\n\006ismain\030\017 \001(\005\022\027\n\017parenta" +
|
|
|
+ "ccountid\030\020 \001(\004\022\025\n\rrelateduserid\030\021 \001(\004\022\025\n" +
|
|
|
+ "\rfromaccountid\030\022 \001(\004\022\030\n\020trademargintmpid" +
|
|
|
+ "\030\023 \001(\004\022\025\n\rtradefeetmpid\030\024 \001(\004\022\025\n\rmaxsuba" +
|
|
|
+ "ccouts\030\025 \001(\004\022\014\n\004fcid\030\026 \001(\004\022\021\n\tcreatorid\030" +
|
|
|
+ "\027 \001(\004\022\022\n\nmodifierid\030\030 \001(\004\022\022\n\nareauserid\030" +
|
|
|
+ "\031 \001(\004\"j\n\025HedgeOutMainConfigRsp\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\021\n\taccountid\030\004 \001(\004\"\247\002\n\020Er" +
|
|
|
+ "mcpBizGroupReq\022\034\n\006Header\030\001 \001(\0132\014.Message" +
|
|
|
+ "Head\022\022\n\nBizGroupID\030\002 \001(\004\022\017\n\007BizType\030\003 \001(" +
|
|
|
+ "\005\022\016\n\006Remark\030\004 \001(\t\022\020\n\010ApplySrc\030\005 \001(\005\022\017\n\007A" +
|
|
|
+ "pplyId\030\006 \001(\004\022;\n\tSpotGoods\030\007 \003(\0132(.Manage" +
|
|
|
+ "ServiceMI2.ErmcpBizGroupSpotGoods\022;\n\tTAA" +
|
|
|
+ "ccount\030\010 \003(\0132(.ManageServiceMI2.ErmcpBiz" +
|
|
|
+ "GroupTAAccount\022\017\n\007OptType\030\t \001(\005\022\022\n\nAreaU" +
|
|
|
+ "serID\030\n \001(\004\"f\n\020ErmcpBizGroupRsp\022\034\n\006Heade" +
|
|
|
+ "r\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017" +
|
|
|
+ "\n\007RetDesc\030\003 \001(\t\022\022\n\nBizGroupID\030\004 \001(\004\"\345\001\n\025" +
|
|
|
+ "ManagerRoleOperateReq\022\034\n\006Header\030\001 \001(\0132\014." +
|
|
|
+ "MessageHead\022\016\n\006autoid\030\002 \001(\004\022\023\n\013operatety" +
|
|
|
+ "pe\030\003 \001(\r\022\022\n\nareauserid\030\004 \001(\004\022\022\n\nmodifier" +
|
|
|
+ "id\030\005 \001(\004\022\024\n\014modifyremark\030\006 \001(\t\022\020\n\010rolena" +
|
|
|
+ "me\030\007 \001(\t\0229\n\017memberfuncmenus\030\010 \003(\0132 .Mana" +
|
|
|
+ "geServiceMI2.MemberFuncMenu\"g\n\025ManagerRo" +
|
|
|
+ "leOperateRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHe" +
|
|
|
+ "ad\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\016\n\006" +
|
|
|
+ "autoid\030\004 \001(\004\"\203\001\n\023TaaccountOperateReq\022\034\n\006" +
|
|
|
+ "Header\030\001 \001(\0132\014.MessageHead\022\021\n\taccountid\030" +
|
|
|
+ "\002 \001(\004\022\023\n\013tradestatus\030\003 \001(\r\022\022\n\nmodifierid" +
|
|
|
+ "\030\004 \001(\004\022\022\n\nareauserid\030\005 \001(\004\"h\n\023TaaccountO" +
|
|
|
"perateRsp\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\016\n\006aut" +
|
|
|
- "oid\030\004 \001(\004\"\203\001\n\023TaaccountOperateReq\022\034\n\006Hea" +
|
|
|
- "der\030\001 \001(\0132\014.MessageHead\022\021\n\taccountid\030\002 \001" +
|
|
|
- "(\004\022\023\n\013tradestatus\030\003 \001(\r\022\022\n\nmodifierid\030\004 " +
|
|
|
- "\001(\004\022\022\n\nareauserid\030\005 \001(\004\"h\n\023TaaccountOper" +
|
|
|
- "ateRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007" +
|
|
|
- "RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\021\n\taccoun" +
|
|
|
- "tid\030\004 \001(\004\"\207\001\n\033TaaccountTransfersxmoneyRe" +
|
|
|
- "q\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\021\n\taccou" +
|
|
|
- "ntid\030\002 \001(\004\022\017\n\007sxmoney\030\003 \001(\001\022\022\n\nmodifieri" +
|
|
|
- "d\030\004 \001(\004\022\022\n\nareauserid\030\005 \001(\004\"p\n\033Taaccount" +
|
|
|
- "TransfersxmoneyRsp\022\034\n\006Header\030\001 \001(\0132\014.Mes" +
|
|
|
- "sageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001" +
|
|
|
- "(\t\022\021\n\taccountid\030\004 \001(\004\"\252\002\n\026LoginaccountOp" +
|
|
|
- "erateReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\023" +
|
|
|
- "\n\013operatetype\030\002 \001(\r\022\016\n\006userid\030\003 \001(\004\022\017\n\007l" +
|
|
|
- "oginid\030\004 \001(\004\022\022\n\nareauserid\030\005 \001(\004\022\021\n\tlogi" +
|
|
|
- "ncode\030\006 \001(\t\022\023\n\013accountname\030\007 \001(\t\022\020\n\010pass" +
|
|
|
- "word\030\010 \001(\t\022\016\n\006mobile\030\t \001(\t\022\017\n\007roleids\030\n " +
|
|
|
- "\003(\004\0229\n\017logintaaccounts\030\013 \003(\0132 .ManageSer" +
|
|
|
- "viceMI2.LoginTaaccount\022\022\n\nmodifierid\030\014 \001" +
|
|
|
- "(\004\"y\n\026LoginaccountOperateRsp\022\034\n\006Header\030\001" +
|
|
|
+ "\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\021\n\tacc" +
|
|
|
+ "ountid\030\004 \001(\004\"\207\001\n\033TaaccountTransfersxmone" +
|
|
|
+ "yReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\021\n\tac" +
|
|
|
+ "countid\030\002 \001(\004\022\017\n\007sxmoney\030\003 \001(\001\022\022\n\nmodifi" +
|
|
|
+ "erid\030\004 \001(\004\022\022\n\nareauserid\030\005 \001(\004\"p\n\033Taacco" +
|
|
|
+ "untTransfersxmoneyRsp\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\021\n\taccountid\030\004 \001(\004\"\252\002\n\026Loginaccoun" +
|
|
|
+ "tOperateReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHea" +
|
|
|
+ "d\022\023\n\013operatetype\030\002 \001(\r\022\016\n\006userid\030\003 \001(\004\022\017" +
|
|
|
+ "\n\007loginid\030\004 \001(\004\022\022\n\nareauserid\030\005 \001(\004\022\021\n\tl" +
|
|
|
+ "ogincode\030\006 \001(\t\022\023\n\013accountname\030\007 \001(\t\022\020\n\010p" +
|
|
|
+ "assword\030\010 \001(\t\022\016\n\006mobile\030\t \001(\t\022\017\n\007roleids" +
|
|
|
+ "\030\n \003(\004\0229\n\017logintaaccounts\030\013 \003(\0132 .Manage" +
|
|
|
+ "ServiceMI2.LoginTaaccount\022\022\n\nmodifierid\030" +
|
|
|
+ "\014 \001(\004\"y\n\026LoginaccountOperateRsp\022\034\n\006Heade" +
|
|
|
+ "r\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017" +
|
|
|
+ "\n\007RetDesc\030\003 \001(\t\022\016\n\006userid\030\004 \001(\004\022\017\n\007login" +
|
|
|
+ "id\030\005 \001(\004\"\373\001\n\026ErmcpSpotGoodsPriceReq\022\034\n\006H" +
|
|
|
+ "eader\030\001 \001(\0132\014.MessageHead\022\024\n\014WRStandardI" +
|
|
|
+ "D\030\002 \001(\004\022\030\n\020SpotGoodsModelID\030\003 \001(\004\022\030\n\020Spo" +
|
|
|
+ "tGoodsBrandID\030\004 \001(\004\022\022\n\nCurrencyID\030\005 \001(\004\022" +
|
|
|
+ "\026\n\016SpotGoodsPrice\030\006 \001(\001\022\021\n\tTradeDate\030\007 \001" +
|
|
|
+ "(\t\022\022\n\nOperateSrc\030\010 \001(\005\022\021\n\tOperateID\030\t \001(" +
|
|
|
+ "\004\022\023\n\013OperateType\030\n \001(\005\"X\n\026ErmcpSpotGoods" +
|
|
|
+ "PriceRsp\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\"\365\002\n\021Erm" +
|
|
|
+ "cpHedgePlanReq\022\034\n\006Header\030\001 \001(\0132\014.Message" +
|
|
|
+ "Head\022\023\n\013HedgePlanID\030\002 \001(\004\022\023\n\013HedgePlanNo" +
|
|
|
+ "\030\003 \001(\t\022\024\n\014ContractType\030\004 \001(\005\022\022\n\nAreaUser" +
|
|
|
+ "ID\030\005 \001(\004\022\027\n\017DeliveryGoodsID\030\006 \001(\004\022\024\n\014WrS" +
|
|
|
+ "tandardID\030\007 \001(\004\022\023\n\013ProductType\030\010 \001(\005\022\025\n\r" +
|
|
|
+ "SpotGoodsDesc\030\t \001(\t\022\017\n\007PlanQty\030\n \001(\001\022\025\n\r" +
|
|
|
+ "ConvertFactor\030\013 \001(\001\022\020\n\010PlanTime\030\014 \001(\t\022\021\n" +
|
|
|
+ "\tTradeDate\030\r \001(\t\022\020\n\010ApplySrc\030\016 \001(\005\022\017\n\007Ap" +
|
|
|
+ "plyId\030\017 \001(\004\022\016\n\006Remark\030\020 \001(\t\022\023\n\013OperateTy" +
|
|
|
+ "pe\030\021 \001(\005\"S\n\021ErmcpHedgePlanRsp\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(\t\"\355\005\n\020SpotContractInfo\022\022\n\nCo" +
|
|
|
+ "ntractNo\030\001 \001(\t\022\024\n\014ContractType\030\002 \001(\005\022\016\n\006" +
|
|
|
+ "UserID\030\003 \001(\r\022\021\n\tBuyUserID\030\004 \001(\r\022\022\n\nSellU" +
|
|
|
+ "serID\030\005 \001(\r\022\020\n\010SignDate\030\006 \001(\t\022\032\n\022Contrac" +
|
|
|
+ "tAttachment\030\007 \001(\014\022\026\n\016ContractMargin\030\010 \001(" +
|
|
|
+ "\001\022\027\n\017DeliveryGoodsID\030\t \001(\r\022\024\n\014WrStandard" +
|
|
|
+ "ID\030\n \001(\r\022\017\n\007BrandID\030\013 \001(\t\022\023\n\013ProductType" +
|
|
|
+ "\030\014 \001(\r\022\025\n\rConvertFactor\030\r \001(\001\022\025\n\rSpotGoo" +
|
|
|
+ "dsDesc\030\016 \001(\t\022\021\n\tPriceType\030\017 \001(\r\022\013\n\003Qty\030\020" +
|
|
|
+ " \001(\001\022\r\n\005Price\030\021 \001(\001\022\016\n\006Amount\030\022 \001(\001\022\031\n\021D" +
|
|
|
+ "eliveryStartDate\030\023 \001(\t\022\027\n\017DeliveryEndDat" +
|
|
|
+ "e\030\024 \001(\t\022\017\n\007GoodsID\030\025 \001(\r\022\021\n\tPriceMove\030\026 " +
|
|
|
+ "\001(\001\022\021\n\tStartDate\030\027 \001(\t\022\017\n\007EndDate\030\030 \001(\t\022" +
|
|
|
+ "\021\n\tPointDesc\030\031 \001(\t\022\024\n\014DeliveryDesc\030\032 \001(\t" +
|
|
|
+ "\022\021\n\tMerUserID\030\033 \001(\r\022\023\n\013TradeUserID\030\034 \001(\r" +
|
|
|
+ "\022\021\n\tPricedQty\030\035 \001(\001\022\024\n\014PricedAmount\030\036 \001(" +
|
|
|
+ "\001\022\030\n\020SpotGoodsModelID\030\037 \001(\r\022\030\n\020SpotGoods" +
|
|
|
+ "BrandID\030 \001(\r\022\016\n\006Remark\030! \001(\t\022\022\n\nSaleUse" +
|
|
|
+ "rID\030\" \001(\r\022\021\n\tAccountID\030# \001(\004\022\017\n\007BizType\030" +
|
|
|
+ "$ \001(\r\"\344\001\n\033ErmcpSpotContractOperateReq\022\034\n" +
|
|
|
+ "\006Header\030\001 \001(\0132\014.MessageHead\022\026\n\016SpotContr" +
|
|
|
+ "actID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022\022\n\nOper" +
|
|
|
+ "ateSrc\030\004 \001(\r\022\016\n\006UserID\030\005 \001(\004\022\016\n\006Remark\030\006" +
|
|
|
+ " \001(\t\022\024\n\014ClientTicket\030\007 \001(\t\0220\n\004Info\030\010 \001(\013" +
|
|
|
+ "2\".ManageServiceMI2.SpotContractInfo\"\264\001\n" +
|
|
|
+ "\033ErmcpSpotContractOperateRsp\022\034\n\006Header\030\001" +
|
|
|
" \001(\0132\014.MessageHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007R" +
|
|
|
- "etDesc\030\003 \001(\t\022\016\n\006userid\030\004 \001(\004\022\017\n\007loginid\030" +
|
|
|
- "\005 \001(\004\"\373\001\n\026ErmcpSpotGoodsPriceReq\022\034\n\006Head" +
|
|
|
- "er\030\001 \001(\0132\014.MessageHead\022\024\n\014WRStandardID\030\002" +
|
|
|
- " \001(\004\022\030\n\020SpotGoodsModelID\030\003 \001(\004\022\030\n\020SpotGo" +
|
|
|
- "odsBrandID\030\004 \001(\004\022\022\n\nCurrencyID\030\005 \001(\004\022\026\n\016" +
|
|
|
- "SpotGoodsPrice\030\006 \001(\001\022\021\n\tTradeDate\030\007 \001(\t\022" +
|
|
|
- "\022\n\nOperateSrc\030\010 \001(\005\022\021\n\tOperateID\030\t \001(\004\022\023" +
|
|
|
- "\n\013OperateType\030\n \001(\005\"X\n\026ErmcpSpotGoodsPri" +
|
|
|
- "ceRsp\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007R" +
|
|
|
- "etCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\"\365\002\n\021ErmcpH" +
|
|
|
- "edgePlanReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHea" +
|
|
|
- "d\022\023\n\013HedgePlanID\030\002 \001(\004\022\023\n\013HedgePlanNo\030\003 " +
|
|
|
- "\001(\t\022\024\n\014ContractType\030\004 \001(\005\022\022\n\nAreaUserID\030" +
|
|
|
- "\005 \001(\004\022\027\n\017DeliveryGoodsID\030\006 \001(\004\022\024\n\014WrStan" +
|
|
|
- "dardID\030\007 \001(\004\022\023\n\013ProductType\030\010 \001(\005\022\025\n\rSpo" +
|
|
|
- "tGoodsDesc\030\t \001(\t\022\017\n\007PlanQty\030\n \001(\001\022\025\n\rCon" +
|
|
|
- "vertFactor\030\013 \001(\001\022\020\n\010PlanTime\030\014 \001(\t\022\021\n\tTr" +
|
|
|
- "adeDate\030\r \001(\t\022\020\n\010ApplySrc\030\016 \001(\005\022\017\n\007Apply" +
|
|
|
- "Id\030\017 \001(\004\022\016\n\006Remark\030\020 \001(\t\022\023\n\013OperateType\030" +
|
|
|
- "\021 \001(\005\"S\n\021ErmcpHedgePlanRsp\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\"\355\005\n\020SpotContractInfo\022\022\n\nContr" +
|
|
|
- "actNo\030\001 \001(\t\022\024\n\014ContractType\030\002 \001(\005\022\016\n\006Use" +
|
|
|
- "rID\030\003 \001(\r\022\021\n\tBuyUserID\030\004 \001(\r\022\022\n\nSellUser" +
|
|
|
- "ID\030\005 \001(\r\022\020\n\010SignDate\030\006 \001(\t\022\032\n\022ContractAt" +
|
|
|
- "tachment\030\007 \001(\014\022\026\n\016ContractMargin\030\010 \001(\001\022\027" +
|
|
|
- "\n\017DeliveryGoodsID\030\t \001(\r\022\024\n\014WrStandardID\030" +
|
|
|
- "\n \001(\r\022\017\n\007BrandID\030\013 \001(\t\022\023\n\013ProductType\030\014 " +
|
|
|
- "\001(\r\022\025\n\rConvertFactor\030\r \001(\001\022\025\n\rSpotGoodsD" +
|
|
|
- "esc\030\016 \001(\t\022\021\n\tPriceType\030\017 \001(\r\022\013\n\003Qty\030\020 \001(" +
|
|
|
- "\001\022\r\n\005Price\030\021 \001(\001\022\016\n\006Amount\030\022 \001(\001\022\031\n\021Deli" +
|
|
|
- "veryStartDate\030\023 \001(\t\022\027\n\017DeliveryEndDate\030\024" +
|
|
|
- " \001(\t\022\017\n\007GoodsID\030\025 \001(\r\022\021\n\tPriceMove\030\026 \001(\001" +
|
|
|
- "\022\021\n\tStartDate\030\027 \001(\t\022\017\n\007EndDate\030\030 \001(\t\022\021\n\t" +
|
|
|
- "PointDesc\030\031 \001(\t\022\024\n\014DeliveryDesc\030\032 \001(\t\022\021\n" +
|
|
|
- "\tMerUserID\030\033 \001(\r\022\023\n\013TradeUserID\030\034 \001(\r\022\021\n" +
|
|
|
- "\tPricedQty\030\035 \001(\001\022\024\n\014PricedAmount\030\036 \001(\001\022\030" +
|
|
|
- "\n\020SpotGoodsModelID\030\037 \001(\r\022\030\n\020SpotGoodsBra" +
|
|
|
- "ndID\030 \001(\r\022\016\n\006Remark\030! \001(\t\022\022\n\nSaleUserID" +
|
|
|
- "\030\" \001(\r\022\021\n\tAccountID\030# \001(\004\022\017\n\007BizType\030$ \001" +
|
|
|
- "(\r\"\344\001\n\033ErmcpSpotContractOperateReq\022\034\n\006He" +
|
|
|
- "ader\030\001 \001(\0132\014.MessageHead\022\026\n\016SpotContract" +
|
|
|
- "ID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022\022\n\nOperate" +
|
|
|
- "Src\030\004 \001(\r\022\016\n\006UserID\030\005 \001(\004\022\016\n\006Remark\030\006 \001(" +
|
|
|
- "\t\022\024\n\014ClientTicket\030\007 \001(\t\0220\n\004Info\030\010 \001(\0132\"." +
|
|
|
- "ManageServiceMI2.SpotContractInfo\"\264\001\n\033Er" +
|
|
|
- "mcpSpotContractOperateRsp\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(\t\022\026\n\016SpotContractID\030\004 \001(\004\022\023\n\013Ope" +
|
|
|
- "rateType\030\005 \001(\r\022\022\n\nOperateSrc\030\006 \001(\r\022\024\n\014Cl" +
|
|
|
- "ientTicket\030\007 \001(\t\"n\n\030ContractOperateApply" +
|
|
|
- "Info\022\030\n\020OperateApplyType\030\001 \001(\r\022\021\n\tRelate" +
|
|
|
- "dID\030\002 \001(\004\022\022\n\nDetailJson\030\003 \001(\014\022\021\n\tAttachU" +
|
|
|
- "rl\030\004 \001(\014\"\355\001\n\034ErmcpContractOperateApplyRe" +
|
|
|
- "q\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\026\n\016Opera" +
|
|
|
- "teApplyID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022\022\n\n" +
|
|
|
- "OperateSrc\030\004 \001(\r\022\016\n\006UserID\030\005 \001(\004\022\016\n\006Rema" +
|
|
|
- "rk\030\006 \001(\t\022\024\n\014ClientTicket\030\007 \001(\t\0228\n\004Info\030\010" +
|
|
|
- " \001(\0132*.ManageServiceMI2.ContractOperateA" +
|
|
|
- "pplyInfo\"\265\001\n\034ErmcpContractOperateApplyRs" +
|
|
|
- "p\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCo" +
|
|
|
- "de\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\026\n\016OperateAppl" +
|
|
|
- "yID\030\004 \001(\004\022\023\n\013OperateType\030\005 \001(\r\022\022\n\nOperat" +
|
|
|
- "eSrc\030\006 \001(\r\022\024\n\014ClientTicket\030\007 \001(\tB?\n%cn.m" +
|
|
|
- "uchinfo.rma.protobuf.protoclassesZ\026com.m" +
|
|
|
- "uchinfo.mtp.proto"
|
|
|
+ "etDesc\030\003 \001(\t\022\026\n\016SpotContractID\030\004 \001(\004\022\023\n\013" +
|
|
|
+ "OperateType\030\005 \001(\r\022\022\n\nOperateSrc\030\006 \001(\r\022\024\n" +
|
|
|
+ "\014ClientTicket\030\007 \001(\t\"n\n\030ContractOperateAp" +
|
|
|
+ "plyInfo\022\030\n\020OperateApplyType\030\001 \001(\r\022\021\n\tRel" +
|
|
|
+ "atedID\030\002 \001(\004\022\022\n\nDetailJson\030\003 \001(\014\022\021\n\tAtta" +
|
|
|
+ "chUrl\030\004 \001(\014\"\355\001\n\034ErmcpContractOperateAppl" +
|
|
|
+ "yReq\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\026\n\016Op" +
|
|
|
+ "erateApplyID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022" +
|
|
|
+ "\022\n\nOperateSrc\030\004 \001(\r\022\016\n\006UserID\030\005 \001(\004\022\016\n\006R" +
|
|
|
+ "emark\030\006 \001(\t\022\024\n\014ClientTicket\030\007 \001(\t\0228\n\004Inf" +
|
|
|
+ "o\030\010 \001(\0132*.ManageServiceMI2.ContractOpera" +
|
|
|
+ "teApplyInfo\"\265\001\n\034ErmcpContractOperateAppl" +
|
|
|
+ "yRsp\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\026\n\016OperateA" +
|
|
|
+ "pplyID\030\004 \001(\004\022\023\n\013OperateType\030\005 \001(\r\022\022\n\nOpe" +
|
|
|
+ "rateSrc\030\006 \001(\r\022\024\n\014ClientTicket\030\007 \001(\tB?\n%c" +
|
|
|
+ "n.muchinfo.rma.protobuf.protoclassesZ\026co" +
|
|
|
+ "m.muchinfo.mtp.proto"
|
|
|
};
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
cn.muchinfo.rma.protobuf.protoclasses.Common.getDescriptor(),
|
|
|
cn.muchinfo.rma.protobuf.protoclasses.PublicMI1.getDescriptor(),
|
|
|
- cn.muchinfo.rma.protobuf.protoclasses.ManageServiceMI1.getDescriptor(),
|
|
|
+ cn.muchinfo.rma.protobuf.protoclasses.ManageServiceMI1.getDescriptor(),
|
|
|
});
|
|
|
internal_static_ManageServiceMI2_Erms2WRRContractRisk_descriptor =
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
@@ -90275,7 +90275,7 @@ public final class ManageServiceMI2 {
|
|
|
internal_static_ManageServiceMI2_ErmcpBizGroupSpotGoods_fieldAccessorTable = new
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
internal_static_ManageServiceMI2_ErmcpBizGroupSpotGoods_descriptor,
|
|
|
- new java.lang.String[] { "BizType", "WRStandardID", });
|
|
|
+ new java.lang.String[] { "BizType", "DeliveryGoodsID", });
|
|
|
internal_static_ManageServiceMI2_ErmcpBizGroupTAAccount_descriptor =
|
|
|
getDescriptor().getMessageTypes().get(28);
|
|
|
internal_static_ManageServiceMI2_ErmcpBizGroupTAAccount_fieldAccessorTable = new
|
|
|
@@ -90428,7 +90428,7 @@ public final class ManageServiceMI2 {
|
|
|
new java.lang.String[] { "Header", "RetCode", "RetDesc", "OperateApplyID", "OperateType", "OperateSrc", "ClientTicket", });
|
|
|
cn.muchinfo.rma.protobuf.protoclasses.Common.getDescriptor();
|
|
|
cn.muchinfo.rma.protobuf.protoclasses.PublicMI1.getDescriptor();
|
|
|
- cn.muchinfo.rma.protobuf.protoclasses.ManageServiceMI1.getDescriptor();
|
|
|
+ cn.muchinfo.rma.protobuf.protoclasses.ManageServiceMI1.getDescriptor();
|
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|