xiaoyong931011
2022-11-11 6dacb9d52735533c431cc4de6bdfec3de84854b1
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;
}