xuhy
6 天以前 da35ec86396438a26a200768f8d0d1ca5458b820
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;
}