Administrator
2025-12-24 eaa37652d5f03e4b36cb53d9d3e2e13312af3d78
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.modules.okxNewPrice.okxWs.param;
 
import lombok.Data;
 
/**
 * @author Administrator
 */
@Data
public class StrategyParam {
    private String accountName;
}