页面调整
This commit is contained in:
parent
ae788be25b
commit
525f51de28
@ -60,16 +60,16 @@ public class DeliveryPlan implements Serializable {
|
|||||||
@ApiModelProperty(value = "送货入厂需求编号")
|
@ApiModelProperty(value = "送货入厂需求编号")
|
||||||
private java.lang.String sgNo;
|
private java.lang.String sgNo;
|
||||||
/**姓名*/
|
/**姓名*/
|
||||||
@Excel(name = "姓名", width = 15)
|
@Excel(name = "实际预约人姓名", width = 15)
|
||||||
@ApiModelProperty(value = "姓名")
|
@ApiModelProperty(value = "实际预约人姓名")
|
||||||
private java.lang.String artName;
|
private java.lang.String artName;
|
||||||
/**电话*/
|
/**电话*/
|
||||||
@Excel(name = "电话", width = 15)
|
@Excel(name = "实际预约人电话", width = 15)
|
||||||
@ApiModelProperty(value = "电话")
|
@ApiModelProperty(value = "实际预约人电话")
|
||||||
private java.lang.String artTel;
|
private java.lang.String artTel;
|
||||||
/**邮箱*/
|
/**邮箱*/
|
||||||
@Excel(name = "邮箱", width = 15)
|
@Excel(name = "实际预约人邮箱", width = 15)
|
||||||
@ApiModelProperty(value = "邮箱")
|
@ApiModelProperty(value = "实际预约人邮箱")
|
||||||
private java.lang.String artEmail;
|
private java.lang.String artEmail;
|
||||||
/**紧急*/
|
/**紧急*/
|
||||||
@Excel(name = "紧急", width = 15)
|
@Excel(name = "紧急", width = 15)
|
||||||
@ -88,12 +88,12 @@ public class DeliveryPlan implements Serializable {
|
|||||||
@ApiModelProperty(value = "入厂对接人姓名")
|
@ApiModelProperty(value = "入厂对接人姓名")
|
||||||
private java.lang.String cpName;
|
private java.lang.String cpName;
|
||||||
/**电话*/
|
/**电话*/
|
||||||
@Excel(name = "电话", width = 15)
|
@Excel(name = "入厂对接人电话", width = 15)
|
||||||
@ApiModelProperty(value = "电话")
|
@ApiModelProperty(value = "入厂对接人电话")
|
||||||
private java.lang.String cpTel;
|
private java.lang.String cpTel;
|
||||||
/**邮箱*/
|
/**邮箱*/
|
||||||
@Excel(name = "邮箱", width = 15)
|
@Excel(name = "入厂对接人邮箱", width = 15)
|
||||||
@ApiModelProperty(value = "邮箱")
|
@ApiModelProperty(value = "入厂对接人邮箱")
|
||||||
private java.lang.String cpEmail;
|
private java.lang.String cpEmail;
|
||||||
/**PO*/
|
/**PO*/
|
||||||
@Excel(name = "PO", width = 15)
|
@Excel(name = "PO", width = 15)
|
||||||
|
@ -60,16 +60,16 @@ public class TakeDeliveryPlan implements Serializable {
|
|||||||
@ApiModelProperty(value = "提货用车需求编号")
|
@ApiModelProperty(value = "提货用车需求编号")
|
||||||
private java.lang.String vdNo;
|
private java.lang.String vdNo;
|
||||||
/**姓名*/
|
/**姓名*/
|
||||||
@Excel(name = "姓名", width = 15)
|
@Excel(name = "实际预约人姓名", width = 15)
|
||||||
@ApiModelProperty(value = "姓名")
|
@ApiModelProperty(value = "实际预约人姓名")
|
||||||
private java.lang.String artName;
|
private java.lang.String artName;
|
||||||
/**电话*/
|
/**电话*/
|
||||||
@Excel(name = "电话", width = 15)
|
@Excel(name = "实际预约人电话", width = 15)
|
||||||
@ApiModelProperty(value = "电话")
|
@ApiModelProperty(value = "实际预约人电话")
|
||||||
private java.lang.String artTel;
|
private java.lang.String artTel;
|
||||||
/**邮箱*/
|
/**邮箱*/
|
||||||
@Excel(name = "邮箱", width = 15)
|
@Excel(name = "实际预约人邮箱", width = 15)
|
||||||
@ApiModelProperty(value = "邮箱")
|
@ApiModelProperty(value = "实际预约人邮箱")
|
||||||
private java.lang.String artEmail;
|
private java.lang.String artEmail;
|
||||||
/**紧急*/
|
/**紧急*/
|
||||||
@Excel(name = "紧急", width = 15)
|
@Excel(name = "紧急", width = 15)
|
||||||
@ -84,16 +84,16 @@ public class TakeDeliveryPlan implements Serializable {
|
|||||||
@ApiModelProperty(value = "备注信息")
|
@ApiModelProperty(value = "备注信息")
|
||||||
private java.lang.String notes;
|
private java.lang.String notes;
|
||||||
/**姓名*/
|
/**姓名*/
|
||||||
@Excel(name = "姓名", width = 15)
|
@Excel(name = "入厂对接人姓名", width = 15)
|
||||||
@ApiModelProperty(value = "姓名")
|
@ApiModelProperty(value = "入厂对接人姓名")
|
||||||
private java.lang.String cpName;
|
private java.lang.String cpName;
|
||||||
/**电话*/
|
/**电话*/
|
||||||
@Excel(name = "电话", width = 15)
|
@Excel(name = "入厂对接人电话", width = 15)
|
||||||
@ApiModelProperty(value = "电话")
|
@ApiModelProperty(value = "入厂对接人电话")
|
||||||
private java.lang.String cpTel;
|
private java.lang.String cpTel;
|
||||||
/**邮箱*/
|
/**邮箱*/
|
||||||
@Excel(name = "邮箱", width = 15)
|
@Excel(name = "入厂对接人邮箱", width = 15)
|
||||||
@ApiModelProperty(value = "邮箱")
|
@ApiModelProperty(value = "入厂对接人邮箱")
|
||||||
private java.lang.String cpEmail;
|
private java.lang.String cpEmail;
|
||||||
/**提货单号*/
|
/**提货单号*/
|
||||||
@Excel(name = "提货单号", width = 15)
|
@Excel(name = "提货单号", width = 15)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user