From 4584aed981c7097b7534ba8a35f7cbd772f2670d Mon Sep 17 00:00:00 2001 From: syruan <321359594@qq.com> Date: Wed, 13 Nov 2024 11:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E7=AE=A1=E7=90=86--=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/bonus/material/lease/domain/LeaseApplyInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/lease/domain/LeaseApplyInfo.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/lease/domain/LeaseApplyInfo.java index e9337f8e..255659ed 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/lease/domain/LeaseApplyInfo.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/lease/domain/LeaseApplyInfo.java @@ -140,13 +140,13 @@ public class LeaseApplyInfo extends BaseEntity { private String leaseProject; @ApiModelProperty(value = "租赁工程id") - private String leaseProjectId; + private Integer leaseProjectId; @ApiModelProperty(value = "租赁单位") private String leaseUnit; @ApiModelProperty(value = "租赁单位id") - private String leaseUnitId; + private Integer leaseUnitId; @ApiModelProperty(value = "协议号") private String agreementCode;