update 新增矿池名字段

This commit is contained in:
yyb
2026-01-28 09:39:34 +08:00
parent ada88614c2
commit 0ef8303c5d

View File

@@ -56,6 +56,11 @@ public class LeaseOrderItem implements Serializable {
*/ */
private Long productMachineId; private Long productMachineId;
/**
* 矿池名称
*/
private String pool;
/** /**
* 矿工账号 * 矿工账号
*/ */
@@ -113,6 +118,12 @@ public class LeaseOrderItem implements Serializable {
*/ */
private String coin; private String coin;
/**
* 矿机挖矿算法
*/
private String algorithm;
/** /**
* 单机理论算力 * 单机理论算力
*/ */