李雨欣 8.28 19:51 测试查询接口

master
liyuxin 2024-08-28 20:18:49 +08:00
parent b124a80f53
commit eba30281f1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class OrdersSelectResp {
* *
*/ */
@Schema(type = "BigDecimal",defaultValue = "25.3",description = "订单总金额") @Schema(type = "BigDecimal",defaultValue = "25.3",description = "订单总金额")
private BigDecimal totalAmount; private String totalAmount;
/** /**
* *
*/ */