xiaoyong931011
2023-09-21 54be1e5481d58ea7fa39a34c0bd0e442c406a4b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cc.mrbird.febs.dapp.dto;
 
import lombok.Data;
 
import java.math.BigDecimal;
 
/**
 * @author wzy
 * @date 2022-05-13
 **/
@Data
public class PriceSettingDto {
 
    private BigDecimal newestPrice;
}