1
zyy
3 days ago a8e2dbcd82859a3f972192c60b95cba4defe1738
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.yami.trading.api.model;
 
import com.yami.trading.common.domain.PageRequest;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
@ApiModel
public class GetConstituentStockListModel  {
 
    @ApiModelProperty("获取etf id")
    private  String symbol;
}