From 8b109f923dc7c2d5c5bd351a03a5277670962aac Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 04 十二月 2023 13:05: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