|
|
@@ -71189,7 +71189,7 @@ public final class ManageServiceMI2 {
|
|
|
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -71198,13 +71198,51 @@ public final class ManageServiceMI2 {
|
|
|
boolean hasOperateType();
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
* @return The operateType.
|
|
|
*/
|
|
|
int getOperateType();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return Whether the accountID field is set.
|
|
|
+ */
|
|
|
+ boolean hasAccountID();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return The accountID.
|
|
|
+ */
|
|
|
+ long getAccountID();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return Whether the wRStandardID field is set.
|
|
|
+ */
|
|
|
+ boolean hasWRStandardID();
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return The wRStandardID.
|
|
|
+ */
|
|
|
+ long getWRStandardID();
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
@@ -71354,6 +71392,16 @@ public final class ManageServiceMI2 {
|
|
|
operateType_ = input.readInt32();
|
|
|
break;
|
|
|
}
|
|
|
+ case 136: {
|
|
|
+ bitField0_ |= 0x00010000;
|
|
|
+ accountID_ = input.readUInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 144: {
|
|
|
+ bitField0_ |= 0x00020000;
|
|
|
+ wRStandardID_ = input.readUInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
@@ -71972,7 +72020,7 @@ public final class ManageServiceMI2 {
|
|
|
private int operateType_;
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -71984,7 +72032,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -71995,6 +72043,60 @@ public final class ManageServiceMI2 {
|
|
|
return operateType_;
|
|
|
}
|
|
|
|
|
|
+ public static final int ACCOUNTID_FIELD_NUMBER = 17;
|
|
|
+ private long accountID_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return Whether the accountID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasAccountID() {
|
|
|
+ return ((bitField0_ & 0x00010000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return The accountID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getAccountID() {
|
|
|
+ return accountID_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int WRSTANDARDID_FIELD_NUMBER = 18;
|
|
|
+ private long wRStandardID_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return Whether the wRStandardID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasWRStandardID() {
|
|
|
+ return ((bitField0_ & 0x00020000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return The wRStandardID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getWRStandardID() {
|
|
|
+ return wRStandardID_;
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
|
@@ -72057,6 +72159,12 @@ public final class ManageServiceMI2 {
|
|
|
if (((bitField0_ & 0x00008000) != 0)) {
|
|
|
output.writeInt32(16, operateType_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00010000) != 0)) {
|
|
|
+ output.writeUInt64(17, accountID_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00020000) != 0)) {
|
|
|
+ output.writeUInt64(18, wRStandardID_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
|
@@ -72125,6 +72233,14 @@ public final class ManageServiceMI2 {
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeInt32Size(16, operateType_);
|
|
|
}
|
|
|
+ if (((bitField0_ & 0x00010000) != 0)) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeUInt64Size(17, accountID_);
|
|
|
+ }
|
|
|
+ if (((bitField0_ & 0x00020000) != 0)) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeUInt64Size(18, wRStandardID_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
|
@@ -72222,6 +72338,16 @@ public final class ManageServiceMI2 {
|
|
|
if (getOperateType()
|
|
|
!= other.getOperateType()) return false;
|
|
|
}
|
|
|
+ if (hasAccountID() != other.hasAccountID()) return false;
|
|
|
+ if (hasAccountID()) {
|
|
|
+ if (getAccountID()
|
|
|
+ != other.getAccountID()) return false;
|
|
|
+ }
|
|
|
+ if (hasWRStandardID() != other.hasWRStandardID()) return false;
|
|
|
+ if (hasWRStandardID()) {
|
|
|
+ if (getWRStandardID()
|
|
|
+ != other.getWRStandardID()) return false;
|
|
|
+ }
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
|
@@ -72303,6 +72429,16 @@ public final class ManageServiceMI2 {
|
|
|
hash = (37 * hash) + OPERATETYPE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getOperateType();
|
|
|
}
|
|
|
+ if (hasAccountID()) {
|
|
|
+ hash = (37 * hash) + ACCOUNTID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getAccountID());
|
|
|
+ }
|
|
|
+ if (hasWRStandardID()) {
|
|
|
+ hash = (37 * hash) + WRSTANDARDID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getWRStandardID());
|
|
|
+ }
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
|
@@ -72477,6 +72613,10 @@ public final class ManageServiceMI2 {
|
|
|
bitField0_ = (bitField0_ & ~0x00004000);
|
|
|
operateType_ = 0;
|
|
|
bitField0_ = (bitField0_ & ~0x00008000);
|
|
|
+ accountID_ = 0L;
|
|
|
+ bitField0_ = (bitField0_ & ~0x00010000);
|
|
|
+ wRStandardID_ = 0L;
|
|
|
+ bitField0_ = (bitField0_ & ~0x00020000);
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
@@ -72573,6 +72713,14 @@ public final class ManageServiceMI2 {
|
|
|
result.operateType_ = operateType_;
|
|
|
to_bitField0_ |= 0x00008000;
|
|
|
}
|
|
|
+ if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
|
+ result.accountID_ = accountID_;
|
|
|
+ to_bitField0_ |= 0x00010000;
|
|
|
+ }
|
|
|
+ if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
|
+ result.wRStandardID_ = wRStandardID_;
|
|
|
+ to_bitField0_ |= 0x00020000;
|
|
|
+ }
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
@@ -72680,6 +72828,12 @@ public final class ManageServiceMI2 {
|
|
|
if (other.hasOperateType()) {
|
|
|
setOperateType(other.getOperateType());
|
|
|
}
|
|
|
+ if (other.hasAccountID()) {
|
|
|
+ setAccountID(other.getAccountID());
|
|
|
+ }
|
|
|
+ if (other.hasWRStandardID()) {
|
|
|
+ setWRStandardID(other.getWRStandardID());
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
|
@@ -73904,7 +74058,7 @@ public final class ManageServiceMI2 {
|
|
|
private int operateType_ ;
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -73916,7 +74070,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -73928,7 +74082,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -73943,7 +74097,7 @@ public final class ManageServiceMI2 {
|
|
|
}
|
|
|
/**
|
|
|
* <pre>
|
|
|
- * int32 ��������-1:����ݸ�2:�ύ����
|
|
|
+ * int32 ��������-1:����ݸ�2:�ύ����3:ɾ��
|
|
|
* </pre>
|
|
|
*
|
|
|
* <code>optional int32 OperateType = 16;</code>
|
|
|
@@ -73955,6 +74109,116 @@ public final class ManageServiceMI2 {
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private long accountID_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return Whether the accountID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasAccountID() {
|
|
|
+ return ((bitField0_ & 0x00010000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return The accountID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getAccountID() {
|
|
|
+ return accountID_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @param value The accountID to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setAccountID(long value) {
|
|
|
+ bitField0_ |= 0x00010000;
|
|
|
+ accountID_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ڻ��˻�ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 AccountID = 17;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearAccountID() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00010000);
|
|
|
+ accountID_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long wRStandardID_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return Whether the wRStandardID field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasWRStandardID() {
|
|
|
+ return ((bitField0_ & 0x00020000) != 0);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return The wRStandardID.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getWRStandardID() {
|
|
|
+ return wRStandardID_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @param value The wRStandardID to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setWRStandardID(long value) {
|
|
|
+ bitField0_ |= 0x00020000;
|
|
|
+ wRStandardID_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ * uint64 �ֻ�Ʒ��ID
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>optional uint64 WRStandardID = 18;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearWRStandardID() {
|
|
|
+ bitField0_ = (bitField0_ & ~0x00020000);
|
|
|
+ wRStandardID_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
@@ -91786,7 +92050,7 @@ public final class ManageServiceMI2 {
|
|
|
"(\005\022\021\n\tOperateID\030\t \001(\004\022\023\n\013OperateType\030\n \001" +
|
|
|
"(\005\"X\n\026ErmcpSpotGoodsPriceRsp\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\"\337\002\n\021ErmcpHedgePlanReq\022\034\n\006He" +
|
|
|
+ "etDesc\030\003 \001(\t\"\210\003\n\021ErmcpHedgePlanReq\022\034\n\006He" +
|
|
|
"ader\030\001 \001(\0132\014.MessageHead\022\023\n\013HedgePlanID\030" +
|
|
|
"\002 \001(\004\022\023\n\013HedgePlanNo\030\003 \001(\t\022\024\n\014ContractTy" +
|
|
|
"pe\030\004 \001(\005\022\022\n\nAreaUserID\030\005 \001(\004\022\027\n\017Delivery" +
|
|
|
@@ -91795,57 +92059,58 @@ public final class ManageServiceMI2 {
|
|
|
"nvertFactor\030\n \001(\001\022\020\n\010PlanTime\030\013 \001(\t\022\021\n\tT" +
|
|
|
"radeDate\030\014 \001(\t\022\020\n\010ApplySrc\030\r \001(\005\022\017\n\007Appl" +
|
|
|
"yId\030\016 \001(\004\022\016\n\006Remark\030\017 \001(\t\022\023\n\013OperateType" +
|
|
|
- "\030\020 \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\007Re" +
|
|
|
- "tDesc\030\003 \001(\t\"\330\005\n\023GldSpotContractInfo\022\021\n\tT" +
|
|
|
- "radeDate\030\001 \001(\t\022\022\n\nContractNo\030\002 \001(\t\022\024\n\014Co" +
|
|
|
- "ntractType\030\003 \001(\005\022\016\n\006UserID\030\004 \001(\004\022\021\n\tBuyU" +
|
|
|
- "serID\030\005 \001(\004\022\022\n\nSellUserID\030\006 \001(\004\022\020\n\010SignD" +
|
|
|
- "ate\030\007 \001(\t\022\032\n\022ContractAttachment\030\010 \001(\014\022\026\n" +
|
|
|
- "\016ContractMargin\030\t \001(\001\022\027\n\017DeliveryGoodsID" +
|
|
|
- "\030\n \001(\004\022\024\n\014WrStandardID\030\013 \001(\004\022\023\n\013ProductT" +
|
|
|
- "ype\030\014 \001(\r\022\025\n\rConvertFactor\030\r \001(\001\022\025\n\rSpot" +
|
|
|
- "GoodsDesc\030\016 \001(\t\022\021\n\tPriceType\030\017 \001(\r\022\013\n\003Qt" +
|
|
|
- "y\030\020 \001(\001\022\r\n\005Price\030\021 \001(\001\022\016\n\006Amount\030\022 \001(\001\022\031" +
|
|
|
- "\n\021DeliveryStartDate\030\023 \001(\t\022\027\n\017DeliveryEnd" +
|
|
|
- "Date\030\024 \001(\t\022\017\n\007GoodsID\030\025 \001(\004\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(\004\022\023\n\013TradeUserID\030\034 " +
|
|
|
- "\001(\004\022\021\n\tPricedQty\030\035 \001(\001\022\024\n\014PricedAmount\030\036" +
|
|
|
- " \001(\001\022\030\n\020SpotGoodsBrandID\030\037 \001(\004\022\016\n\006Remark" +
|
|
|
- "\030 \001(\t\022\022\n\nSaleUserID\030! \001(\004\022\021\n\tAccountID\030" +
|
|
|
- "\" \001(\004\022\017\n\007BizType\030# \001(\r\"\352\001\n\036GldErmcpSpotC" +
|
|
|
- "ontractOperateReq\022\034\n\006Header\030\001 \001(\0132\014.Mess" +
|
|
|
- "ageHead\022\026\n\016SpotContractID\030\002 \001(\004\022\023\n\013Opera" +
|
|
|
- "teType\030\003 \001(\r\022\022\n\nOperateSrc\030\004 \001(\r\022\016\n\006User" +
|
|
|
- "ID\030\005 \001(\004\022\016\n\006Remark\030\006 \001(\t\022\024\n\014ClientTicket" +
|
|
|
- "\030\007 \001(\t\0223\n\004Info\030\010 \001(\0132%.ManageServiceMI2." +
|
|
|
- "GldSpotContractInfo\"\267\001\n\036GldErmcpSpotCont" +
|
|
|
- "ractOperateRsp\022\034\n\006Header\030\001 \001(\0132\014.Message" +
|
|
|
- "Head\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\026" +
|
|
|
- "\n\016SpotContractID\030\004 \001(\004\022\023\n\013OperateType\030\005 " +
|
|
|
- "\001(\r\022\022\n\nOperateSrc\030\006 \001(\r\022\024\n\014ClientTicket\030" +
|
|
|
- "\007 \001(\t\"s\n\035ErmcpContractOperateApplyInfo\022\030" +
|
|
|
- "\n\020OperateApplyType\030\001 \001(\r\022\021\n\tRelatedID\030\002 " +
|
|
|
- "\001(\004\022\022\n\nDetailJson\030\003 \001(\014\022\021\n\tAttachUrl\030\004 \001" +
|
|
|
- "(\014\"\362\001\n\034ErmcpContractOperateApplyReq\022\034\n\006H" +
|
|
|
- "eader\030\001 \001(\0132\014.MessageHead\022\026\n\016OperateAppl" +
|
|
|
- "yID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022\022\n\nOperat" +
|
|
|
- "eSrc\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\022=\n\004Info\030\010 \001(\0132/" +
|
|
|
- ".ManageServiceMI2.ErmcpContractOperateAp" +
|
|
|
- "plyInfo\"\265\001\n\034ErmcpContractOperateApplyRsp" +
|
|
|
- "\022\034\n\006Header\030\001 \001(\0132\014.MessageHead\022\017\n\007RetCod" +
|
|
|
- "e\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022\026\n\016OperateApply" +
|
|
|
- "ID\030\004 \001(\004\022\023\n\013OperateType\030\005 \001(\r\022\022\n\nOperate" +
|
|
|
- "Src\030\006 \001(\r\022\024\n\014ClientTicket\030\007 \001(\t\"f\n\017GLDWR" +
|
|
|
- "StandardEx\022\024\n\014wrstandardid\030\001 \001(\004\022\026\n\016wrst" +
|
|
|
- "andardname\030\002 \001(\t\022\016\n\006unitid\030\003 \001(\004\022\025\n\rconv" +
|
|
|
- "ertfactor\030\004 \001(\001\"I\n\022GLDDGFactoryItemEx\022\027\n" +
|
|
|
- "\017dgfactoryitemid\030\001 \001(\004\022\032\n\022dgfactoryitemv" +
|
|
|
- "alue\030\002 \001(\tB?\n%cn.muchinfo.rma.protobuf.p" +
|
|
|
- "rotoclassesZ\026com.muchinfo.mtp.proto"
|
|
|
+ "\030\020 \001(\005\022\021\n\tAccountID\030\021 \001(\004\022\024\n\014WRStandardI" +
|
|
|
+ "D\030\022 \001(\004\"S\n\021ErmcpHedgePlanRsp\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\"\330\005\n\023GldSpotContractInfo\022\021\n\t" +
|
|
|
+ "TradeDate\030\001 \001(\t\022\022\n\nContractNo\030\002 \001(\t\022\024\n\014C" +
|
|
|
+ "ontractType\030\003 \001(\005\022\016\n\006UserID\030\004 \001(\004\022\021\n\tBuy" +
|
|
|
+ "UserID\030\005 \001(\004\022\022\n\nSellUserID\030\006 \001(\004\022\020\n\010Sign" +
|
|
|
+ "Date\030\007 \001(\t\022\032\n\022ContractAttachment\030\010 \001(\014\022\026" +
|
|
|
+ "\n\016ContractMargin\030\t \001(\001\022\027\n\017DeliveryGoodsI" +
|
|
|
+ "D\030\n \001(\004\022\024\n\014WrStandardID\030\013 \001(\004\022\023\n\013Product" +
|
|
|
+ "Type\030\014 \001(\r\022\025\n\rConvertFactor\030\r \001(\001\022\025\n\rSpo" +
|
|
|
+ "tGoodsDesc\030\016 \001(\t\022\021\n\tPriceType\030\017 \001(\r\022\013\n\003Q" +
|
|
|
+ "ty\030\020 \001(\001\022\r\n\005Price\030\021 \001(\001\022\016\n\006Amount\030\022 \001(\001\022" +
|
|
|
+ "\031\n\021DeliveryStartDate\030\023 \001(\t\022\027\n\017DeliveryEn" +
|
|
|
+ "dDate\030\024 \001(\t\022\017\n\007GoodsID\030\025 \001(\004\022\021\n\tPriceMov" +
|
|
|
+ "e\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(\004\022\023\n\013TradeUserID\030\034" +
|
|
|
+ " \001(\004\022\021\n\tPricedQty\030\035 \001(\001\022\024\n\014PricedAmount\030" +
|
|
|
+ "\036 \001(\001\022\030\n\020SpotGoodsBrandID\030\037 \001(\004\022\016\n\006Remar" +
|
|
|
+ "k\030 \001(\t\022\022\n\nSaleUserID\030! \001(\004\022\021\n\tAccountID" +
|
|
|
+ "\030\" \001(\004\022\017\n\007BizType\030# \001(\r\"\352\001\n\036GldErmcpSpot" +
|
|
|
+ "ContractOperateReq\022\034\n\006Header\030\001 \001(\0132\014.Mes" +
|
|
|
+ "sageHead\022\026\n\016SpotContractID\030\002 \001(\004\022\023\n\013Oper" +
|
|
|
+ "ateType\030\003 \001(\r\022\022\n\nOperateSrc\030\004 \001(\r\022\016\n\006Use" +
|
|
|
+ "rID\030\005 \001(\004\022\016\n\006Remark\030\006 \001(\t\022\024\n\014ClientTicke" +
|
|
|
+ "t\030\007 \001(\t\0223\n\004Info\030\010 \001(\0132%.ManageServiceMI2" +
|
|
|
+ ".GldSpotContractInfo\"\267\001\n\036GldErmcpSpotCon" +
|
|
|
+ "tractOperateRsp\022\034\n\006Header\030\001 \001(\0132\014.Messag" +
|
|
|
+ "eHead\022\017\n\007RetCode\030\002 \001(\005\022\017\n\007RetDesc\030\003 \001(\t\022" +
|
|
|
+ "\026\n\016SpotContractID\030\004 \001(\004\022\023\n\013OperateType\030\005" +
|
|
|
+ " \001(\r\022\022\n\nOperateSrc\030\006 \001(\r\022\024\n\014ClientTicket" +
|
|
|
+ "\030\007 \001(\t\"s\n\035ErmcpContractOperateApplyInfo\022" +
|
|
|
+ "\030\n\020OperateApplyType\030\001 \001(\r\022\021\n\tRelatedID\030\002" +
|
|
|
+ " \001(\004\022\022\n\nDetailJson\030\003 \001(\014\022\021\n\tAttachUrl\030\004 " +
|
|
|
+ "\001(\014\"\362\001\n\034ErmcpContractOperateApplyReq\022\034\n\006" +
|
|
|
+ "Header\030\001 \001(\0132\014.MessageHead\022\026\n\016OperateApp" +
|
|
|
+ "lyID\030\002 \001(\004\022\023\n\013OperateType\030\003 \001(\r\022\022\n\nOpera" +
|
|
|
+ "teSrc\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\022=\n\004Info\030\010 \001(\0132" +
|
|
|
+ "/.ManageServiceMI2.ErmcpContractOperateA" +
|
|
|
+ "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(\t\"f\n\017GLDW" +
|
|
|
+ "RStandardEx\022\024\n\014wrstandardid\030\001 \001(\004\022\026\n\016wrs" +
|
|
|
+ "tandardname\030\002 \001(\t\022\016\n\006unitid\030\003 \001(\004\022\025\n\rcon" +
|
|
|
+ "vertfactor\030\004 \001(\001\"I\n\022GLDDGFactoryItemEx\022\027" +
|
|
|
+ "\n\017dgfactoryitemid\030\001 \001(\004\022\032\n\022dgfactoryitem" +
|
|
|
+ "value\030\002 \001(\tB?\n%cn.muchinfo.rma.protobuf." +
|
|
|
+ "protoclassesZ\026com.muchinfo.mtp.proto"
|
|
|
};
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
@@ -92129,7 +92394,7 @@ public final class ManageServiceMI2 {
|
|
|
internal_static_ManageServiceMI2_ErmcpHedgePlanReq_fieldAccessorTable = new
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
internal_static_ManageServiceMI2_ErmcpHedgePlanReq_descriptor,
|
|
|
- new java.lang.String[] { "Header", "HedgePlanID", "HedgePlanNo", "ContractType", "AreaUserID", "DeliveryGoodsID", "ProductType", "SpotGoodsDesc", "PlanQty", "ConvertFactor", "PlanTime", "TradeDate", "ApplySrc", "ApplyId", "Remark", "OperateType", });
|
|
|
+ new java.lang.String[] { "Header", "HedgePlanID", "HedgePlanNo", "ContractType", "AreaUserID", "DeliveryGoodsID", "ProductType", "SpotGoodsDesc", "PlanQty", "ConvertFactor", "PlanTime", "TradeDate", "ApplySrc", "ApplyId", "Remark", "OperateType", "AccountID", "WRStandardID", });
|
|
|
internal_static_ManageServiceMI2_ErmcpHedgePlanRsp_descriptor =
|
|
|
getDescriptor().getMessageTypes().get(46);
|
|
|
internal_static_ManageServiceMI2_ErmcpHedgePlanRsp_fieldAccessorTable = new
|