xuhy
2025-04-03 a940f08f0061d7eaa40944a20181eacec66ccdfb
1
2
3
4
5
6
7
8
9
10
package com.hollywood.applet.dto;
 
import lombok.Data;
 
@Data
public class VipPayDto {
    private Integer type;
    private Integer month;
    private Integer payType;
}