Administrator
2026-06-09 ae09d21efc6c4ae0802ea9d4af2e419e2e61c2b6
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;
}