1
zyy3
2025-12-08 115dd02a6ee947b8d3c568b019a2681078a07372
1
2
3
4
5
6
7
8
9
10
11
package com.yami.trading.api.controller.ipo.model;
 
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel
public class SellModel {
 
    private  String orderNo;
}