From 56bc68fc3f207a37ff170a503c6cf1f2f061abbe Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Mon, 27 Nov 2023 08:54:32 +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