Administrator
10 days ago 3e09eb864f92c821b8d69c5110175d7c2382e4df
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;
}