Commit 41244ed8 authored by zhangfeng's avatar zhangfeng

Merge branch 'bugfix-84' into 'dev'

【BUG-84】 BUG:供应商TIN NO.文本框异常修复

See merge request !12
parents 151cf9ee 795acd30
...@@ -111,4 +111,7 @@ public class SupplierExternalBackVO { ...@@ -111,4 +111,7 @@ public class SupplierExternalBackVO {
@ApiModelProperty(value = "国家ID") @ApiModelProperty(value = "国家ID")
private Long countryId; private Long countryId;
@ApiModelProperty(value = "TIN NO./RC NO.")
private String tinNoRcNo;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment