无关风月
2024-11-01 4fedd26d2731fd41ff8cd5e214edb3a49647a8f9
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.order.dto;
 
import lombok.Data;
 
import java.math.BigDecimal;
@Data
public class SixCircleDto {
    Integer siteId;
    BigDecimal paymentAmount;
    String siteName;
}