|
|
@@ -589,9 +589,9 @@ message GZWRStandardExInfo {
|
|
|
optional uint32 ZSPolishType2 = 22; // 抛光度2
|
|
|
optional uint32 ZSFluorescenceType1 = 23; // 荧光1
|
|
|
optional uint32 ZSFluorescenceType2 = 24; // 荧光2
|
|
|
- optional string Size1 = 25; // 尺寸1
|
|
|
- optional string Size2 = 26; // 尺寸2
|
|
|
- optional string Size3 = 27; // 尺寸3
|
|
|
+ optional string Size1 = 25; // 尺寸1,长度不超过10
|
|
|
+ optional string Size2 = 26; // 尺寸2,长度不超过10
|
|
|
+ optional string Size3 = 27; // 尺寸3,长度不超过10
|
|
|
optional uint32 ZSCertType = 28; // 证书类型
|
|
|
optional string CerNo = 29; // 证书编号
|
|
|
repeated uint32 ZSCrystalType = 30; // 晶型范围
|
|
|
@@ -1168,10 +1168,10 @@ message GZPresaleApplyReq {
|
|
|
optional uint32 SellUserID = 2; // 发行方用户,必填
|
|
|
optional uint64 SellAccountID = 3; // 发行方资金账户ID,必填
|
|
|
optional string WRStandardName = 4; // 现货商品名称,必填
|
|
|
- optional uint64 PresaleQty = 5; // 预售总量,必填
|
|
|
- optional uint64 MinBuyQty = 6; // 单人最小申购量,必填
|
|
|
- optional uint64 MaxBuyQty = 7; // 单人最大申购量,必填
|
|
|
- optional uint64 MinSuccessQty = 8; // 最低成团量,必填
|
|
|
+ optional double PresaleQty = 5; // 预售总量,必填,小数,两位
|
|
|
+ optional double MinBuyQty = 6; // 单人最小申购量,必填,小数,两位
|
|
|
+ optional double MaxBuyQty = 7; // 单人最大申购量,必填,小数,两位
|
|
|
+ optional double MinSuccessQty = 8; // 最低成团量,必填,小数,两位
|
|
|
optional double UnitPrice = 9; // 预售价格,小数,两位,必填
|
|
|
optional string StartDate = 10; // 预售开始日期,必填
|
|
|
optional string EndDate = 11; // 预售结束日期,必填
|
|
|
@@ -1209,7 +1209,7 @@ message GZPresaleOrderReq {
|
|
|
optional uint32 UserID = 2; // 用户ID,必填
|
|
|
optional uint64 AccountID = 3; // 资金账户ID,必填
|
|
|
optional uint64 WRTradeOrderID = 4; // 仓单贸易委托单ID,必填
|
|
|
- optional uint64 OrderQty = 5; // 认购数量,必填
|
|
|
+ optional double OrderQty = 5; // 认购数量,必填,2位小数
|
|
|
optional uint32 MarketID = 6; // 市场ID,必填
|
|
|
optional string ClientOrderTime = 7; // 委托时间,必填
|
|
|
optional uint32 ClientType = 8; // 终端类型
|
|
|
@@ -1233,10 +1233,10 @@ message GZCenterPurchaseApplyReq {
|
|
|
optional uint32 SellUserID = 2; // 发行方用户,必填
|
|
|
optional uint64 SellAccountID = 3; // 发行方资金账户ID,必填
|
|
|
optional string WRStandardName = 4; // 现货商品名称,必填
|
|
|
- optional uint64 PresaleQty = 5; // 预售总量,必填
|
|
|
- optional uint64 MinBuyQty = 6; // 单人最小申购量,必填
|
|
|
- optional uint64 MaxBuyQty = 7; // 单人最大申购量,必填
|
|
|
- optional uint64 MinSuccessQty = 8; // 最低成团量,必填
|
|
|
+ optional double PresaleQty = 5; // 预售总量,必填,小数,两位
|
|
|
+ optional double MinBuyQty = 6; // 单人最小申购量,必填,小数,两位
|
|
|
+ optional double MaxBuyQty = 7; // 单人最大申购量,必填,小数,两位
|
|
|
+ optional double MinSuccessQty = 8; // 最低成团量,必填,小数,两位
|
|
|
optional string StartDate = 9; // 预售开始日期,必填
|
|
|
optional string EndDate = 10; // 预售结束日期,必填
|
|
|
optional uint32 BuyMarginAlgorithm = 11; // 买方保证金方式,必填
|
|
|
@@ -1266,8 +1266,8 @@ message GZCenterPurchaseApplyReq {
|
|
|
// 广钻集采价格列表
|
|
|
message GZCenterPurchasePriceList {
|
|
|
optional uint32 StepIndex = 1; // 档位序号,必填
|
|
|
- optional uint64 Qty = 2; // 档位数量,必填
|
|
|
- optional double Price = 3; // 档位价格,小数,两位,必填
|
|
|
+ optional double Qty = 2; // 档位数量,必填,小数,两位
|
|
|
+ optional double Price = 3; // 档位价格,小数,两位,必填
|
|
|
}
|
|
|
|
|
|
// 广钻集采申请响应
|
|
|
@@ -1286,7 +1286,7 @@ message GZCenterPurchaseOrderReq {
|
|
|
optional uint32 UserID = 2; // 用户ID,必填
|
|
|
optional uint64 AccountID = 3; // 资金账户ID,必填
|
|
|
optional uint64 WRTradeOrderID = 4; // 仓单贸易委托单ID,必填
|
|
|
- optional uint64 OrderQty = 5; // 认购数量,必填
|
|
|
+ optional double OrderQty = 5; // 认购数量,必填,2位小数
|
|
|
optional uint32 MarketID = 6; // 市场ID,必填
|
|
|
optional string ClientOrderTime = 7; // 委托时间,必填
|
|
|
optional uint32 ClientType = 8; // 终端类型
|