|
@@ -50,112 +50,111 @@ public class CuspSupplierProfile implements Serializable {
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
private Date updateTime;
|
|
|
/**状态(1-启用,0-停用)*/
|
|
|
- @Excel(name = "状态(1-启用,0-停用)", width = 15)
|
|
|
+ @Excel(name = "状态(status)", width = 15)
|
|
|
@ApiModelProperty(value = "状态(1-启用,0-停用)")
|
|
|
private Integer status;
|
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
|
- @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
+// @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
@ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
|
@TableLogic
|
|
|
private Integer delFlag;
|
|
|
/**编码*/
|
|
|
- @Excel(name = "编码", width = 15)
|
|
|
+ @Excel(name = "编码(code)", width = 15)
|
|
|
@ApiModelProperty(value = "编码")
|
|
|
private String code;
|
|
|
/**名称*/
|
|
|
- @Excel(name = "名称", width = 15)
|
|
|
+ @Excel(name = "名称(name)", width = 15)
|
|
|
@ApiModelProperty(value = "名称")
|
|
|
private String name;
|
|
|
/**简称*/
|
|
|
- @Excel(name = "简称", width = 15)
|
|
|
+ @Excel(name = "简称(abbreviation)", width = 15)
|
|
|
@ApiModelProperty(value = "简称")
|
|
|
private String abbreviation;
|
|
|
/**曾用名*/
|
|
|
- @Excel(name = "曾用名", width = 15)
|
|
|
+// @Excel(name = "曾用名", width = 15)
|
|
|
@ApiModelProperty(value = "曾用名")
|
|
|
private String nameUsedBefore;
|
|
|
/**税号*/
|
|
|
- @Excel(name = "税号", width = 15)
|
|
|
+ @Excel(name = "税号(duty paragraph)", width = 15)
|
|
|
@ApiModelProperty(value = "税号")
|
|
|
private String dutyParagraph;
|
|
|
/**法人*/
|
|
|
- @Excel(name = "法人", width = 15)
|
|
|
+ @Excel(name = "法人(legal person)", width = 15)
|
|
|
@ApiModelProperty(value = "法人")
|
|
|
private String legalPerson;
|
|
|
/**联系人*/
|
|
|
- @Excel(name = "联系人", width = 15)
|
|
|
+ @Excel(name = "联系人(contacts)", width = 15)
|
|
|
@ApiModelProperty(value = "联系人")
|
|
|
private String contacts;
|
|
|
/**联系电话*/
|
|
|
- @Excel(name = "联系电话", width = 15)
|
|
|
+ @Excel(name = "联系电话(phone)", width = 15)
|
|
|
@ApiModelProperty(value = "联系电话")
|
|
|
private String phone;
|
|
|
/**邮箱*/
|
|
|
- @Excel(name = "邮箱", width = 15)
|
|
|
+// @Excel(name = "邮箱", width = 15)
|
|
|
@ApiModelProperty(value = "邮箱")
|
|
|
private String email;
|
|
|
/**注册地址*/
|
|
|
- @Excel(name = "注册地址", width = 15)
|
|
|
+// @Excel(name = "注册地址", width = 15)
|
|
|
@ApiModelProperty(value = "注册地址")
|
|
|
private String registerAddress;
|
|
|
/**公司地址*/
|
|
|
- @Excel(name = "公司地址", width = 15)
|
|
|
+// @Excel(name = "公司地址", width = 15)
|
|
|
@ApiModelProperty(value = "公司地址")
|
|
|
private String address;
|
|
|
/**供应商性质*/
|
|
|
- @Excel(name = "供应商性质", width = 15)
|
|
|
+ @Excel(name = "供应商性质(supplier nature)", width = 15)
|
|
|
@ApiModelProperty(value = "供应商性质")
|
|
|
private String supplierNature;
|
|
|
/**国家*/
|
|
|
- @Excel(name = "国家", width = 15)
|
|
|
+ @Excel(name = "国家(country)", width = 15)
|
|
|
@ApiModelProperty(value = "国家")
|
|
|
private String country;
|
|
|
/**币种*/
|
|
|
- @Excel(name = "币种", width = 15)
|
|
|
+// @Excel(name = "币种", width = 15)
|
|
|
@ApiModelProperty(value = "币种")
|
|
|
private String currency;
|
|
|
/**国外供应商*/
|
|
|
- @Excel(name = "国外供应商", width = 15)
|
|
|
+// @Excel(name = "国外供应商", width = 15)
|
|
|
@ApiModelProperty(value = "国外供应商")
|
|
|
private Integer abroadSupplier;
|
|
|
/**原厂*/
|
|
|
- @Excel(name = "原厂", width = 15)
|
|
|
+ @Excel(name = "原厂(original factory)", width = 15)
|
|
|
@ApiModelProperty(value = "原厂")
|
|
|
private Integer originalFactory;
|
|
|
/**开户行*/
|
|
|
- @Excel(name = "开户行", width = 15)
|
|
|
+// @Excel(name = "开户行", width = 15)
|
|
|
@ApiModelProperty(value = "开户行")
|
|
|
private String openingBank;
|
|
|
/**付款条件*/
|
|
|
- @Excel(name = "付款条件", width = 15)
|
|
|
+ @Excel(name = "付款条件(payment terms)", width = 15)
|
|
|
@ApiModelProperty(value = "付款条件")
|
|
|
private String paymentTerms;
|
|
|
/**银行代码*/
|
|
|
- @Excel(name = "银行代码", width = 15)
|
|
|
+// @Excel(name = "银行代码", width = 15)
|
|
|
@ApiModelProperty(value = "银行代码")
|
|
|
private String swiftCode;
|
|
|
/**银行帐号*/
|
|
|
- @Excel(name = "银行帐号", width = 15)
|
|
|
+// @Excel(name = "银行帐号", width = 15)
|
|
|
@ApiModelProperty(value = "银行帐号")
|
|
|
private String bankAccount;
|
|
|
/**营业执照*/
|
|
|
- @Excel(name = "营业执照", width = 15)
|
|
|
+// @Excel(name = "营业执照", width = 15)
|
|
|
@ApiModelProperty(value = "营业执照")
|
|
|
private String businessLicense;
|
|
|
/**其他文件*/
|
|
|
- @Excel(name = "其他文件", width = 15)
|
|
|
+// @Excel(name = "其他文件", width = 15)
|
|
|
@ApiModelProperty(value = "其他文件")
|
|
|
private String otherFiles;
|
|
|
/**备注*/
|
|
|
- @Excel(name = "备注", width = 15)
|
|
|
+// @Excel(name = "备注", width = 15)
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
private String notes;
|
|
|
/**临时供应商*/
|
|
|
- @Excel(name = "临时供应商", width = 15)
|
|
|
+ @Excel(name = "临时供应商(Temporary supplier)", width = 15)
|
|
|
@ApiModelProperty(value = "临时供应商")
|
|
|
private Integer temporarySupplier;
|
|
|
- /**供应商等级*/
|
|
|
- @Excel(name = "供应商等级", width = 15)
|
|
|
+ /**供应商等级*/c
|
|
|
@ApiModelProperty(value = "供应商等级")
|
|
|
private String evaluationLevel;
|
|
|
}
|