From 861efe8a7ddc3d52dddbcce83d3a43f476a7418c Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 26 三月 2024 14:34:29 +0800 Subject: [PATCH] #完善工具类 --- src/main/java/com/zy/crm/manager/entity/Cstmr.java | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/main/java/com/zy/crm/manager/entity/Cstmr.java b/src/main/java/com/zy/crm/manager/entity/Cstmr.java index 30c1b44..618fa6a 100644 --- a/src/main/java/com/zy/crm/manager/entity/Cstmr.java +++ b/src/main/java/com/zy/crm/manager/entity/Cstmr.java @@ -212,13 +212,6 @@ private String productCategory; /** - * 浜у搧绫诲瀷 - */ - @ApiModelProperty(value= "浜у搧绫诲瀷") - @TableField("order_product_type_id") - private Long orderProductTypeId; - - /** * 浼佷笟淇$敤浠g爜 */ @ApiModelProperty(value= "浼佷笟淇$敤浠g爜") @@ -382,17 +375,6 @@ } return null; } - - public String getOrderProductTypeId$(){ - if (this.orderProductTypeId==null) return null; - OrderProductTypeService orderProductTypeService = SpringUtils.getBean(OrderProductTypeService.class); - OrderProductType orderProductType = orderProductTypeService.selectById(this.orderProductTypeId); - if (!Cools.isEmpty(orderProductType)){ - return String.valueOf(orderProductType.getName()); - } - return null; - } - public void setType0(String type0){ if (Cools.isEmpty(type0)) { -- Gitblit v1.9.1