fix
Helius
2021-07-15 f69fd42a3ae2d11713dcd284ae3db57e449ae6dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.xzx.gc.order.dto;
 
import lombok.Data;
 
@Data
public class CustomOrderDto {
 
    private String orderId;
 
    private String storageMoney;
 
    private String receiver;
 
}