From ee65a567438622d06536ff6ad1a43f29f1d3a6b0 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 29 三月 2024 13:29:04 +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