From 525f51de28038bc745592e4679add060260dbbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B8=85?= <3115919733@qq.com> Date: Wed, 23 Apr 2025 17:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliveryplan/entity/DeliveryPlan.java | 20 ++++++++-------- .../entity/TakeDeliveryPlan.java | 24 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/deliveryplan/entity/DeliveryPlan.java b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/deliveryplan/entity/DeliveryPlan.java index cdb85aa..87d54eb 100644 --- a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/deliveryplan/entity/DeliveryPlan.java +++ b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/deliveryplan/entity/DeliveryPlan.java @@ -60,16 +60,16 @@ public class DeliveryPlan implements Serializable { @ApiModelProperty(value = "送货入厂需求编号") private java.lang.String sgNo; /**姓名*/ - @Excel(name = "姓名", width = 15) - @ApiModelProperty(value = "姓名") + @Excel(name = "实际预约人姓名", width = 15) + @ApiModelProperty(value = "实际预约人姓名") private java.lang.String artName; /**电话*/ - @Excel(name = "电话", width = 15) - @ApiModelProperty(value = "电话") + @Excel(name = "实际预约人电话", width = 15) + @ApiModelProperty(value = "实际预约人电话") private java.lang.String artTel; /**邮箱*/ - @Excel(name = "邮箱", width = 15) - @ApiModelProperty(value = "邮箱") + @Excel(name = "实际预约人邮箱", width = 15) + @ApiModelProperty(value = "实际预约人邮箱") private java.lang.String artEmail; /**紧急*/ @Excel(name = "紧急", width = 15) @@ -88,12 +88,12 @@ public class DeliveryPlan implements Serializable { @ApiModelProperty(value = "入厂对接人姓名") private java.lang.String cpName; /**电话*/ - @Excel(name = "电话", width = 15) - @ApiModelProperty(value = "电话") + @Excel(name = "入厂对接人电话", width = 15) + @ApiModelProperty(value = "入厂对接人电话") private java.lang.String cpTel; /**邮箱*/ - @Excel(name = "邮箱", width = 15) - @ApiModelProperty(value = "邮箱") + @Excel(name = "入厂对接人邮箱", width = 15) + @ApiModelProperty(value = "入厂对接人邮箱") private java.lang.String cpEmail; /**PO*/ @Excel(name = "PO", width = 15) diff --git a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/takedeliveryplan/entity/TakeDeliveryPlan.java b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/takedeliveryplan/entity/TakeDeliveryPlan.java index 610468f..a5e6829 100644 --- a/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/takedeliveryplan/entity/TakeDeliveryPlan.java +++ b/jeecg-boot/jeecg-module-tms/src/main/java/org/jeecg/modules/tms/carinout/takedeliveryplan/entity/TakeDeliveryPlan.java @@ -60,16 +60,16 @@ public class TakeDeliveryPlan implements Serializable { @ApiModelProperty(value = "提货用车需求编号") private java.lang.String vdNo; /**姓名*/ - @Excel(name = "姓名", width = 15) - @ApiModelProperty(value = "姓名") + @Excel(name = "实际预约人姓名", width = 15) + @ApiModelProperty(value = "实际预约人姓名") private java.lang.String artName; /**电话*/ - @Excel(name = "电话", width = 15) - @ApiModelProperty(value = "电话") + @Excel(name = "实际预约人电话", width = 15) + @ApiModelProperty(value = "实际预约人电话") private java.lang.String artTel; /**邮箱*/ - @Excel(name = "邮箱", width = 15) - @ApiModelProperty(value = "邮箱") + @Excel(name = "实际预约人邮箱", width = 15) + @ApiModelProperty(value = "实际预约人邮箱") private java.lang.String artEmail; /**紧急*/ @Excel(name = "紧急", width = 15) @@ -84,16 +84,16 @@ public class TakeDeliveryPlan implements Serializable { @ApiModelProperty(value = "备注信息") private java.lang.String notes; /**姓名*/ - @Excel(name = "姓名", width = 15) - @ApiModelProperty(value = "姓名") + @Excel(name = "入厂对接人姓名", width = 15) + @ApiModelProperty(value = "入厂对接人姓名") private java.lang.String cpName; /**电话*/ - @Excel(name = "电话", width = 15) - @ApiModelProperty(value = "电话") + @Excel(name = "入厂对接人电话", width = 15) + @ApiModelProperty(value = "入厂对接人电话") private java.lang.String cpTel; /**邮箱*/ - @Excel(name = "邮箱", width = 15) - @ApiModelProperty(value = "邮箱") + @Excel(name = "入厂对接人邮箱", width = 15) + @ApiModelProperty(value = "入厂对接人邮箱") private java.lang.String cpEmail; /**提货单号*/ @Excel(name = "提货单号", width = 15)