rentaiming
2024-06-21 0b007e7fe9ef41fbaa13507d2520a5e8e4faeb3c
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/OrderDTO.java
@@ -69,4 +69,9 @@
    @ApiModelProperty(value = "商品价格")
    private BigDecimal price;
    @ApiModelProperty(value = "积分")
    private Integer points;
}