'123'
This commit is contained in:
parent
e8815264a9
commit
25193c2f7a
|
@ -32,23 +32,18 @@ public class Customer extends BaseEntity
|
|||
private String cusSapCode;
|
||||
|
||||
/** 街道/门牌号 */
|
||||
@Excel(name = "街道/门牌号")
|
||||
private String cusStreet;
|
||||
|
||||
/** 街道 */
|
||||
@Excel(name = "街道")
|
||||
private String cusQccStreet;
|
||||
|
||||
/** 付款条件 */
|
||||
@Excel(name = "付款条件",dictType = "cus_payment_terms")
|
||||
private String cusPaymentTerms;
|
||||
|
||||
/** 电话号码 */
|
||||
@Excel(name = "电话号码")
|
||||
private String cusPhoneNumber;
|
||||
|
||||
/** 行业代码 */
|
||||
@Excel(name = "行业代码")
|
||||
private String cusIndustryCode;
|
||||
|
||||
/** 企查查行业代码 */
|
||||
|
@ -62,7 +57,6 @@ public class Customer extends BaseEntity
|
|||
private String cusInsuredCountQcc;
|
||||
|
||||
/** 客户组类别 */
|
||||
@Excel(name = "客户组类别",dictType = "cus_group")
|
||||
private String cusGroup;
|
||||
|
||||
/** 增值税号 */
|
||||
|
@ -70,46 +64,36 @@ public class Customer extends BaseEntity
|
|||
private String cusVatNo;
|
||||
|
||||
/** 客户类型 */
|
||||
@Excel(name = "客户类型",dictType = "cus_type")
|
||||
private String cusType;
|
||||
|
||||
/** 国家 */
|
||||
@Excel(name = "国家",dictType = "cus_country")
|
||||
private String cusCountry;
|
||||
|
||||
/** 语言 */
|
||||
@Excel(name = "语言",dictType = "cus_language")
|
||||
private String cusLanguage;
|
||||
|
||||
/** 客户标签 */
|
||||
@Excel(name = "客户标签")
|
||||
private String cusLabel;
|
||||
|
||||
/** 客户分类 */
|
||||
@Excel(name = "客户分类")
|
||||
private String cusClassification;
|
||||
|
||||
/** 电子发票接收邮箱 */
|
||||
@Excel(name = "电子发票接收邮箱")
|
||||
private String cusReceivingEmail;
|
||||
|
||||
/** 收件人 */
|
||||
@Excel(name = "收件人")
|
||||
private String cusRecipient;
|
||||
|
||||
/** 收件人电话 */
|
||||
@Excel(name = "收件人电话")
|
||||
private String cusRecipientPhone;
|
||||
|
||||
/** 备注 */
|
||||
@Excel(name = "备注")
|
||||
private String cusRemark;
|
||||
|
||||
/** 驳回备注 */
|
||||
private String cusReturnRemark;
|
||||
|
||||
/** 客户禁用状态 */
|
||||
@Excel(name = "客户禁用状态",dictType = "common_state")
|
||||
private String cusState;
|
||||
|
||||
/** 客户审批状态 */
|
||||
|
@ -121,7 +105,6 @@ public class Customer extends BaseEntity
|
|||
private String cusSalesman;
|
||||
|
||||
/** 创建人 */
|
||||
@Excel(name = "创建人")
|
||||
private String createName;
|
||||
|
||||
/** 银行信息 */
|
||||
|
|
|
@ -70,7 +70,6 @@ public class Quot extends BaseEntity
|
|||
private Date quotQuotationDate;
|
||||
|
||||
/** 数量 */
|
||||
@Excel(name = "数量")
|
||||
private String quotQuantity;
|
||||
|
||||
/** 报价来源 */
|
||||
|
@ -81,7 +80,6 @@ public class Quot extends BaseEntity
|
|||
private String quotQuotationRequire;
|
||||
|
||||
/** 反馈说明 */
|
||||
@Excel(name = "反馈说明")
|
||||
private String quotFeedbackExplanation;
|
||||
|
||||
/** 铝价 */
|
||||
|
@ -105,7 +103,6 @@ public class Quot extends BaseEntity
|
|||
private String quotCheckUserName;
|
||||
|
||||
/** 审核人 */
|
||||
@Excel(name = "审核人")
|
||||
private String quotCheckUserNickname;
|
||||
|
||||
/** 提交状态 */
|
||||
|
|
Loading…
Reference in New Issue