Administrator
6 days ago 39252ec46c56c2f444b18af97180a9c07519bff6
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;
}