From f05598ff643937a616e4dcbc76be34b4fd31ce0a Mon Sep 17 00:00:00 2001 From: goupan <goupan@chinapopin.com> Date: 星期六, 27 四月 2024 23:31:12 +0800 Subject: [PATCH] 正式环境配置 --- common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalTestMyTestOrderDTO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalTestMyTestOrderDTO.java b/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalTestMyTestOrderDTO.java index 90f863c..c529dd6 100644 --- a/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalTestMyTestOrderDTO.java +++ b/common-buiness/src/main/java/cn/stylefeng/guns/modular/business/dto/MentalTestMyTestOrderDTO.java @@ -54,7 +54,7 @@ @ApiModelProperty(value = "是否购买") @ChineseDescription("是否购买") - private boolean payFlag; + private Boolean payFlag; @ApiModelProperty(value = "测试人数") @ChineseDescription("测试人数") -- Gitblit v1.7.1