update 新增矿池名字段
This commit is contained in:
@@ -56,6 +56,11 @@ public class LeaseOrderItem implements Serializable {
|
||||
*/
|
||||
private Long productMachineId;
|
||||
|
||||
/**
|
||||
* 矿池名称
|
||||
*/
|
||||
private String pool;
|
||||
|
||||
/**
|
||||
* 矿工账号
|
||||
*/
|
||||
@@ -113,6 +118,12 @@ public class LeaseOrderItem implements Serializable {
|
||||
*/
|
||||
private String coin;
|
||||
|
||||
|
||||
/**
|
||||
* 矿机挖矿算法
|
||||
*/
|
||||
private String algorithm;
|
||||
|
||||
/**
|
||||
* 单机理论算力
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user