Pu Zhibing
2025-05-07 dfd33b4f9da0811ed1956c06608c2935318644e9
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.order.dto;
 
import lombok.Data;
 
import java.math.BigDecimal;
 
@Data
public class SixVipDto {
    private String month;
    private String name;
    private Integer vipId;
    private BigDecimal paymentAmount;
}