新版仿ok交易所-后端
zyy
2026-01-22 5b6a4a679d05b198be4730f6f10620be330c2861
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.yami.trading.admin.model;
 
import lombok.Data;
import org.springframework.web.bind.annotation.RequestParam;
 
/**
 * @program: trading-order-master
 * @description:
 * @create: 2025-08-07 17:23
 **/
@Data
public class UpdateAddressModel {
    private String coin;
    private String chain;
    private String address;
    private String password;
}