|
@@ -61,11 +61,10 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
private Date updateTime;
|
|
|
/**状态(1-已提交,0-未提交)*/
|
|
|
- @Excel(name = "状态(1-已提交,0-未提交)", width = 15)
|
|
|
+ @Excel(name = "状态", width = 15,dicCode = "yes_or_no")
|
|
|
@ApiModelProperty(value = "状态(1-已提交,0-未提交)")
|
|
|
private Integer status;
|
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
|
- @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
@ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
|
@TableLogic
|
|
|
private Integer delFlag;
|
|
@@ -80,7 +79,6 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "单据编码")
|
|
|
private String billCode;
|
|
|
/**报价项目*/
|
|
|
- @Excel(name = "报价项目", width = 15)
|
|
|
@ApiModelProperty(value = "报价项目")
|
|
|
private String quotationProject;
|
|
|
/**报价项目名称*/
|
|
@@ -88,7 +86,6 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "报价项目名称")
|
|
|
private String quotationProjectName;
|
|
|
/**报价客户*/
|
|
|
- @Excel(name = "报价客户", width = 15)
|
|
|
@ApiModelProperty(value = "报价客户")
|
|
|
@Dict(dictTable = "cusp_customer_profile", dicCode = "id", dicText = "abbreviation")
|
|
|
private String quotationCustomer;
|
|
@@ -118,7 +115,7 @@ public class SaleQuotation implements Serializable {
|
|
|
@Dict(dicCode = "priority")
|
|
|
private String priority;
|
|
|
/**产品分类(production class)*/
|
|
|
- @Excel(name = "产品分类(production class)", width = 15)
|
|
|
+ @Excel(name = "产品分类(production class)", width = 15, dictTable = "base_product_class", dicCode = "id", dicText = "name")
|
|
|
@ApiModelProperty(value = "产品分类(production class)")
|
|
|
@Dict(dictTable = "base_product_class", dicCode = "id", dicText = "name")
|
|
|
private String productionClass;
|
|
@@ -139,7 +136,7 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "贸易方式(delivery terms)")
|
|
|
private String deliveryTerms;
|
|
|
/**交期(delivery time)*/
|
|
|
-// @Excel(name = "交期(delivery time)", width = 20, format = "yyyy-MM-dd")
|
|
|
+ @Excel(name = "交期(delivery time)", width = 20, format = "yyyy-MM-dd")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
@ApiModelProperty(value = "交期(delivery time)")
|
|
@@ -161,25 +158,23 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "包装方式(packaging method)")
|
|
|
private String packagingMethod;
|
|
|
/**销售部门(sale department)*/
|
|
|
- @Excel(name = "销售部门(sale department)", width = 15)
|
|
|
@ApiModelProperty(value = "销售部门(sale department)")
|
|
|
private String saleDepartment;
|
|
|
+ @Excel(name = "销售部门(sale department)", width = 15)
|
|
|
private String saleDepartmentName;
|
|
|
/**业务员(salesman)*/
|
|
|
- @Excel(name = "业务员(salesman)", width = 15)
|
|
|
@ApiModelProperty(value = "业务员(salesman)")
|
|
|
private String salesman;
|
|
|
+ @Excel(name = "业务员(salesman)", width = 15)
|
|
|
private String salesmanName;
|
|
|
/**报价备注(quotation notes)*/
|
|
|
@Excel(name = "报价备注(quotation notes)", width = 15)
|
|
|
@ApiModelProperty(value = "报价备注(quotation notes)")
|
|
|
private String quotationNotes;
|
|
|
/**附件(attachs)*/
|
|
|
- @Excel(name = "附件(attachs)", width = 15)
|
|
|
@ApiModelProperty(value = "附件(attachs)")
|
|
|
private String attachs;
|
|
|
/**供应商技术资料(supplier quotation attachs)*/
|
|
|
- @Excel(name = "供应商技术资料(supplier quotation attachs)", width = 15)
|
|
|
@ApiModelProperty(value = "供应商技术资料(supplier quotation attachs)")
|
|
|
private String supplierAttachs;
|
|
|
/**版本号*/
|
|
@@ -187,11 +182,10 @@ public class SaleQuotation implements Serializable {
|
|
|
@ApiModelProperty(value = "版本号")
|
|
|
private String version;
|
|
|
/**邮箱发送*/
|
|
|
- @Excel(name = "邮箱发送", width = 15)
|
|
|
@ApiModelProperty(value = "邮箱发送")
|
|
|
private String send;
|
|
|
@ApiModelProperty(value = "来源")
|
|
|
- private String sourceCode;
|
|
|
+ private String sourceCode;//报价选定
|
|
|
|
|
|
@Excel(name = "汇率(exchangeRate)", width = 15)
|
|
|
private BigDecimal exchangeRate;
|
|
@@ -203,8 +197,13 @@ public class SaleQuotation implements Serializable {
|
|
|
@Excel(name = "销售金额合计", width = 15)
|
|
|
private BigDecimal saleAmount;
|
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "整单毛利率(gross margin)")
|
|
|
private java.math.BigDecimal grossMarginHead;
|
|
|
+ @Excel(name = "船", width = 15)
|
|
|
+ private String shipName;
|
|
|
+ @Excel(name = "imo", width = 15)
|
|
|
+ private String imo;
|
|
|
//联系人主键
|
|
|
private String liaisonId;
|
|
|
//联系人信息
|
|
@@ -225,9 +224,6 @@ public class SaleQuotation implements Serializable {
|
|
|
@TableField(exist = false)
|
|
|
private String email;
|
|
|
|
|
|
- private String shipName;
|
|
|
- private String imo;
|
|
|
-
|
|
|
@TableField(exist = false)
|
|
|
private String qualityGrade;
|
|
|
@TableField(exist = false)
|