update 新增挖矿算法字段
This commit is contained in:
@@ -45,4 +45,8 @@ public class OrderMiningInfoDto {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "挖矿钱包币种")
|
@ApiModelProperty(value = "挖矿钱包币种")
|
||||||
private String coin;
|
private String coin;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "挖矿算法")
|
||||||
|
private String algorithm;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user