From d322fc17c5f8b5e450c0b183715ed5c1671b4c88 Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Mon, 04 Dec 2023 16:41:17 +0800 Subject: [PATCH] 热线电话 --- src/main/java/org/springblade/modules/property/entity/PropertyCapitalApplyEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/springblade/modules/property/entity/PropertyCapitalApplyEntity.java b/src/main/java/org/springblade/modules/property/entity/PropertyCapitalApplyEntity.java index eb0dca5..bfb6695 100644 --- a/src/main/java/org/springblade/modules/property/entity/PropertyCapitalApplyEntity.java +++ b/src/main/java/org/springblade/modules/property/entity/PropertyCapitalApplyEntity.java @@ -81,7 +81,7 @@ * 分摊方式 */ @ApiModelProperty(value = "分摊方式") - private Integer allocationWay; + private String allocationWay; /** * 预算总金额 */ -- Gitblit v1.9.3