This commit is contained in:
xd 2024-06-07 09:11:42 +08:00
parent e8815264a9
commit 25193c2f7a
2 changed files with 0 additions and 20 deletions

View File

@ -32,23 +32,18 @@ public class Customer extends BaseEntity
private String cusSapCode; private String cusSapCode;
/** 街道/门牌号 */ /** 街道/门牌号 */
@Excel(name = "街道/门牌号")
private String cusStreet; private String cusStreet;
/** 街道 */ /** 街道 */
@Excel(name = "街道")
private String cusQccStreet; private String cusQccStreet;
/** 付款条件 */ /** 付款条件 */
@Excel(name = "付款条件",dictType = "cus_payment_terms")
private String cusPaymentTerms; private String cusPaymentTerms;
/** 电话号码 */ /** 电话号码 */
@Excel(name = "电话号码")
private String cusPhoneNumber; private String cusPhoneNumber;
/** 行业代码 */ /** 行业代码 */
@Excel(name = "行业代码")
private String cusIndustryCode; private String cusIndustryCode;
/** 企查查行业代码 */ /** 企查查行业代码 */
@ -62,7 +57,6 @@ public class Customer extends BaseEntity
private String cusInsuredCountQcc; private String cusInsuredCountQcc;
/** 客户组类别 */ /** 客户组类别 */
@Excel(name = "客户组类别",dictType = "cus_group")
private String cusGroup; private String cusGroup;
/** 增值税号 */ /** 增值税号 */
@ -70,46 +64,36 @@ public class Customer extends BaseEntity
private String cusVatNo; private String cusVatNo;
/** 客户类型 */ /** 客户类型 */
@Excel(name = "客户类型",dictType = "cus_type")
private String cusType; private String cusType;
/** 国家 */ /** 国家 */
@Excel(name = "国家",dictType = "cus_country")
private String cusCountry; private String cusCountry;
/** 语言 */ /** 语言 */
@Excel(name = "语言",dictType = "cus_language")
private String cusLanguage; private String cusLanguage;
/** 客户标签 */ /** 客户标签 */
@Excel(name = "客户标签")
private String cusLabel; private String cusLabel;
/** 客户分类 */ /** 客户分类 */
@Excel(name = "客户分类")
private String cusClassification; private String cusClassification;
/** 电子发票接收邮箱 */ /** 电子发票接收邮箱 */
@Excel(name = "电子发票接收邮箱")
private String cusReceivingEmail; private String cusReceivingEmail;
/** 收件人 */ /** 收件人 */
@Excel(name = "收件人")
private String cusRecipient; private String cusRecipient;
/** 收件人电话 */ /** 收件人电话 */
@Excel(name = "收件人电话")
private String cusRecipientPhone; private String cusRecipientPhone;
/** 备注 */ /** 备注 */
@Excel(name = "备注")
private String cusRemark; private String cusRemark;
/** 驳回备注 */ /** 驳回备注 */
private String cusReturnRemark; private String cusReturnRemark;
/** 客户禁用状态 */ /** 客户禁用状态 */
@Excel(name = "客户禁用状态",dictType = "common_state")
private String cusState; private String cusState;
/** 客户审批状态 */ /** 客户审批状态 */
@ -121,7 +105,6 @@ public class Customer extends BaseEntity
private String cusSalesman; private String cusSalesman;
/** 创建人 */ /** 创建人 */
@Excel(name = "创建人")
private String createName; private String createName;
/** 银行信息 */ /** 银行信息 */

View File

@ -70,7 +70,6 @@ public class Quot extends BaseEntity
private Date quotQuotationDate; private Date quotQuotationDate;
/** 数量 */ /** 数量 */
@Excel(name = "数量")
private String quotQuantity; private String quotQuantity;
/** 报价来源 */ /** 报价来源 */
@ -81,7 +80,6 @@ public class Quot extends BaseEntity
private String quotQuotationRequire; private String quotQuotationRequire;
/** 反馈说明 */ /** 反馈说明 */
@Excel(name = "反馈说明")
private String quotFeedbackExplanation; private String quotFeedbackExplanation;
/** 铝价 */ /** 铝价 */
@ -105,7 +103,6 @@ public class Quot extends BaseEntity
private String quotCheckUserName; private String quotCheckUserName;
/** 审核人 */ /** 审核人 */
@Excel(name = "审核人")
private String quotCheckUserNickname; private String quotCheckUserNickname;
/** 提交状态 */ /** 提交状态 */