|
|
@ -11,11 +11,11 @@ public class YbNotCodeResponse {
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "机构编码", index = 0)
|
|
|
|
@ExcelProperty(value = "机构编码", index = 0)
|
|
|
|
@ColumnWidth(32)
|
|
|
|
@ColumnWidth(32)
|
|
|
|
private String ybbm;
|
|
|
|
private String organizationCode;
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "国家医保目录编码", index = 1)
|
|
|
|
@ExcelProperty(value = "国家医保目录编码", index = 1)
|
|
|
|
@ColumnWidth(28)
|
|
|
|
@ColumnWidth(28)
|
|
|
|
private String organizationCode;
|
|
|
|
private String ybbm;
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "无码类型(仅填数字即可)", index = 2)
|
|
|
|
@ExcelProperty(value = "无码类型(仅填数字即可)", index = 2)
|
|
|
|
@ColumnWidth(54)
|
|
|
|
@ColumnWidth(54)
|
|
|
|