|
@@ -72,22 +72,21 @@ public class SaleOrder 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-未确认)")
|
|
|
@Dict(dicCode = "customer_confirm")
|
|
|
private Integer status;
|
|
|
/**提交(submit)1是0否*/
|
|
|
- @Excel(name = "提交(submit)1是0否", width = 15)
|
|
|
+ @Excel(name = "提交", width = 15,dicCode = "yes_or_no")
|
|
|
@ApiModelProperty(value = "提交(submit)1是0否")
|
|
|
@Dict(dicCode = "yes_or_no")
|
|
|
private String submit;
|
|
|
/**关闭(close)1是0否*/
|
|
|
- @Excel(name = "关闭(close)1是0否", width = 15)
|
|
|
+ @Excel(name = "关闭(close)", width = 15,dicCode = "yes_or_no")
|
|
|
@ApiModelProperty(value = "关闭(close)1是0否")
|
|
|
@Dict(dicCode = "yes_or_no")
|
|
|
private String close;
|
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
|
- @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
@ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
|
@TableLogic
|
|
|
private Integer delFlag;
|
|
@@ -102,7 +101,6 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "单据编码")
|
|
|
private String billCode;
|
|
|
/**项目(project)*/
|
|
|
- @Excel(name = "项目(project)", width = 15)
|
|
|
@ApiModelProperty(value = "项目(project)")
|
|
|
private String project;
|
|
|
/**项目名称*/
|
|
@@ -110,7 +108,6 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "项目名称")
|
|
|
private String projectName;
|
|
|
/**客户(customer)*/
|
|
|
- @Excel(name = "客户(customer)", width = 15)
|
|
|
@ApiModelProperty(value = "客户(customer)")
|
|
|
@Dict(dictTable = "cusp_customer_profile", dicCode = "id", dicText = "abbreviation")
|
|
|
private String customer;
|
|
@@ -123,7 +120,6 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "业务类型(busyness type)")
|
|
|
private String busynessType;
|
|
|
/**中间人(intermediator)*/
|
|
|
- @Excel(name = "中间人(intermediator)", width = 15)
|
|
|
@ApiModelProperty(value = "中间人(intermediator)")
|
|
|
private String intermediator;
|
|
|
/**中间人名称*/
|
|
@@ -131,12 +127,12 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "中间人名称")
|
|
|
private String intermediatorName;
|
|
|
/**优先级(priority)*/
|
|
|
- @Excel(name = "优先级(priority)", width = 15)
|
|
|
+ @Excel(name = "优先级(priority)", width = 15,dicCode = "priority")
|
|
|
@ApiModelProperty(value = "优先级(priority)")
|
|
|
@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;
|
|
@@ -190,11 +186,11 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "开票地址(Invoice Address)")
|
|
|
private String invoiceAddress;
|
|
|
/**质保期(warranty period)*/
|
|
|
- @Excel(name = "质保期(warranty period)", width = 15)
|
|
|
+ @Excel(name = "质保期/月(warranty period)", width = 15)
|
|
|
@ApiModelProperty(value = "质保期(warranty period)")
|
|
|
private String warrantyPeriod;
|
|
|
/**是否出口(export) 1是0否*/
|
|
|
- @Excel(name = "是否出口(export) 1是0否", width = 15)
|
|
|
+ @Excel(name = "是否出口(export)", width = 15,dicCode = "yes_or_no")
|
|
|
@ApiModelProperty(value = "是否出口(export) 1是0否")
|
|
|
private String isExport;
|
|
|
/**包装要求(packageb requirement)*/
|
|
@@ -202,23 +198,20 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "包装要求(packageb requirement)")
|
|
|
private String packagebRequirement;
|
|
|
/**销售部门(sale department)*/
|
|
|
- @Excel(name = "销售部门(sale department)", width = 15)
|
|
|
@ApiModelProperty(value = "销售部门(sale department)")
|
|
|
private String saleDepartment;
|
|
|
/**业务员(salesman)*/
|
|
|
- @Excel(name = "业务员(salesman)", width = 15)
|
|
|
@ApiModelProperty(value = "业务员(salesman)")
|
|
|
private String salesman;
|
|
|
/**销售部门(sale department)名称*/
|
|
|
- @Excel(name = "销售部门(sale department)名称", width = 15)
|
|
|
- @ApiModelProperty(value = "销售部门(sale department)名称")
|
|
|
+ //@Excel(name = "销售部门(sale department)", width = 15)
|
|
|
+ @ApiModelProperty(value = "销售部门(sale department)")
|
|
|
private String saleDepartmentName;
|
|
|
/**业务员(salesman)名称*/
|
|
|
- @Excel(name = "业务员(salesman)名称", width = 15)
|
|
|
- @ApiModelProperty(value = "业务员(salesman)名称")
|
|
|
+ //@Excel(name = "业务员(salesman)", width = 15)
|
|
|
+ @ApiModelProperty(value = "业务员(salesman)")
|
|
|
private String salesmanName;
|
|
|
/**附件(attachs)*/
|
|
|
- @Excel(name = "附件(attachs)", width = 15)
|
|
|
@ApiModelProperty(value = "附件(attachs)")
|
|
|
private String attachs;
|
|
|
/**备注(notes)*/
|
|
@@ -246,10 +239,11 @@ public class SaleOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "预付比例(advance ratio)")
|
|
|
private String advanceRatio;
|
|
|
/**版本号*/
|
|
|
- @Excel(name = "版本号", width = 15)
|
|
|
@ApiModelProperty(value = "版本号")
|
|
|
private String version;
|
|
|
+ @Excel(name = "销售报价单来源", width = 15)
|
|
|
private String sourceCode;//销售报价单
|
|
|
+ @Excel(name = "销售合同来源", width = 15)
|
|
|
private String sourceCode2;//销售合同
|
|
|
|
|
|
//协议条款
|