From 16a8614fbebf365b294a9c3eef7a780d92dc7dc0 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Tue, 9 May 2023 18:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9entity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/logpm/basic/entity/BasicForkliftEntity.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicForkliftEntity.java b/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicForkliftEntity.java index f05331072..474de7d4c 100644 --- a/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicForkliftEntity.java +++ b/blade-service-api/logpm-basic-api/src/main/java/com/logpm/basic/entity/BasicForkliftEntity.java @@ -42,7 +42,7 @@ public class BasicForkliftEntity extends TenantEntity { * 事业线;1-川渝事业线,2-广东事业线,3-湖北事业线,4-云贵事业线 */ @ApiModelProperty(value = "事业线;1-川渝事业线,2-广东事业线,3-湖北事业线,4-云贵事业线") - private Integer businessLine; + private String businessLine; /** * 使用单位 */ @@ -57,17 +57,17 @@ public class BasicForkliftEntity extends TenantEntity { * 供应商;1-汉智叉车,2-荆门荆拓,3-天津德丰,4-力至优叉车,5-深圳鑫涛 */ @ApiModelProperty(value = "供应商;1-汉智叉车,2-荆门荆拓,3-天津德丰,4-力至优叉车,5-深圳鑫涛") - private Integer supplier; + private String supplier; /** * 资产类型;1-自有,2-租凭 */ @ApiModelProperty(value = "资产类型;1-自有,2-租凭") - private Integer assetType; + private String assetType; /** * 类型;1-高叉,2-托盘车,3-坐叉 */ @ApiModelProperty(value = "类型;1-高叉,2-托盘车,3-坐叉") - private Integer forkliftType; + private String forkliftType; /** * 摘要 */ @@ -154,7 +154,7 @@ public class BasicForkliftEntity extends TenantEntity { * 付款方式;1-先付后租,2-先租后付 */ @ApiModelProperty(value = "付款方式;1-先付后租,2-先租后付") - private Integer paymentMethod; + private String paymentMethod; /** * 备注 */