无关风月
2024-10-23 726ea14c21f4d17178e53a8091e26f63ab925fc1
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;
}