Pu Zhibing
2025-03-13 54f80183581b6a89d3f9a5e61e8ee823f47feb34
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;
}