|
@@ -50,112 +50,111 @@ public class CuspSupplierProfile implements Serializable {
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
private Date updateTime;
|
|
|
|
|
|
- @Excel(name = "状态(1-启用,0-停用)", width = 15)
|
|
|
+ @Excel(name = "状态(status)", width = 15)
|
|
|
@ApiModelProperty(value = "状态(1-启用,0-停用)")
|
|
|
private Integer status;
|
|
|
|
|
|
- @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)
|
|
|
+
|
|
|
@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)
|
|
|
+
|
|
|
@ApiModelProperty(value = "邮箱")
|
|
|
private String email;
|
|
|
|
|
|
- @Excel(name = "注册地址", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "注册地址")
|
|
|
private String registerAddress;
|
|
|
|
|
|
- @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)
|
|
|
+
|
|
|
@ApiModelProperty(value = "币种")
|
|
|
private String currency;
|
|
|
|
|
|
- @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)
|
|
|
+
|
|
|
@ApiModelProperty(value = "开户行")
|
|
|
private String openingBank;
|
|
|
|
|
|
- @Excel(name = "付款条件", width = 15)
|
|
|
+ @Excel(name = "付款条件(payment terms)", width = 15)
|
|
|
@ApiModelProperty(value = "付款条件")
|
|
|
private String paymentTerms;
|
|
|
|
|
|
- @Excel(name = "银行代码", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "银行代码")
|
|
|
private String swiftCode;
|
|
|
|
|
|
- @Excel(name = "银行帐号", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "银行帐号")
|
|
|
private String bankAccount;
|
|
|
|
|
|
- @Excel(name = "营业执照", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "营业执照")
|
|
|
private String businessLicense;
|
|
|
|
|
|
- @Excel(name = "其他文件", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "其他文件")
|
|
|
private String otherFiles;
|
|
|
|
|
|
- @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;
|
|
|
}
|